hyena: fix hyena & pdfmod builds on higher versions of mono
Helps with #36711
This commit is contained in:
parent
4071b64ae4
commit
1f34893553
|
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs build/dll-map-makefile-verifier
|
patchShebangs build/dll-map-makefile-verifier
|
||||||
patchShebangs build/private-icon-theme-installer
|
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
|
find -name Makefile.in | xargs -n 1 -d '\n' sed -e 's/^dnl/#/' -i
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue