about summary refs log tree commit diff
path: root/pkgs/development/libraries/hyena
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2018-04-28 13:08:52 +0100
committerobadz <obadz-git@obadz.com>2018-04-28 13:14:43 +0100
commit1f34893553398a9c83140958fbe6e656acd785db (patch)
tree5a8311d66fb128806e0c17e608925b1345a19571 /pkgs/development/libraries/hyena
parent4071b64ae47b227eb7319d13f19c9f5f4b61d60e (diff)
downloadnixlib-1f34893553398a9c83140958fbe6e656acd785db.tar
nixlib-1f34893553398a9c83140958fbe6e656acd785db.tar.gz
nixlib-1f34893553398a9c83140958fbe6e656acd785db.tar.bz2
nixlib-1f34893553398a9c83140958fbe6e656acd785db.tar.lz
nixlib-1f34893553398a9c83140958fbe6e656acd785db.tar.xz
nixlib-1f34893553398a9c83140958fbe6e656acd785db.tar.zst
nixlib-1f34893553398a9c83140958fbe6e656acd785db.zip
hyena: fix hyena & pdfmod builds on higher versions of mono
Helps with #36711
Diffstat (limited to 'pkgs/development/libraries/hyena')
-rw-r--r--pkgs/development/libraries/hyena/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/hyena/default.nix b/pkgs/development/libraries/hyena/default.nix
index edd35bd27e44..f99aa0b6f0cf 100644
--- a/pkgs/development/libraries/hyena/default.nix
+++ b/pkgs/development/libraries/hyena/default.nix
@@ -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
   '';