hyena: fix hyena & pdfmod builds on higher versions of mono

Helps with #36711
gstqt5
obadz 2018-04-28 13:08:52 +01:00
parent 4071b64ae4
commit 1f34893553
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
postPatch = ''
patchShebangs build/dll-map-makefile-verifier
patchShebangs build/private-icon-theme-installer
substituteInPlace configure --replace lib/mono/2.0/ lib/mono/2.0-api/
find -name Makefile.in | xargs -n 1 -d '\n' sed -e 's/^dnl/#/' -i
'';