mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
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 = ''
|
||||
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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user