about summary refs log tree commit diff
path: root/pkgs/development/libraries/mapnik/default.nix
diff options
context:
space:
mode:
authorJosef Kemetmüller <josef.kemetmueller@gmail.com>2019-03-04 21:41:53 +0100
committerJosef Kemetmüller <josef.kemetmueller@gmail.com>2019-03-04 21:41:53 +0100
commite844f08125be44df99c4b19f3958863debe7aeab (patch)
tree42cd8c0f72ed0387a8e4a155a95dc6c88b3b06cc /pkgs/development/libraries/mapnik/default.nix
parent47f8a520f8e6c3ceabd865d633871ecbbd201c91 (diff)
mapnik: Fix build
Diffstat (limited to 'pkgs/development/libraries/mapnik/default.nix')
-rw-r--r--pkgs/development/libraries/mapnik/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/mapnik/default.nix b/pkgs/development/libraries/mapnik/default.nix
index 0c88cff77732c..4df40a964d337 100644
--- a/pkgs/development/libraries/mapnik/default.nix
+++ b/pkgs/development/libraries/mapnik/default.nix
@@ -31,6 +31,10 @@ stdenv.mkDerivation rec {
 
   prefixKey = "PREFIX=";
 
+  preConfigure = ''
+    patchShebangs ./configure
+  '';
+
   configureFlags = [
     "BOOST_INCLUDES=${boost.dev}/include"
     "BOOST_LIBS=${boost.out}/lib"