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

Helps with #36711

obadz 1f348935 4071b64a

Changed files
+1
pkgs
development
libraries
hyena
+1
pkgs/development/libraries/hyena/default.nix
···
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
'';