Skip to content

Commit

Permalink
mapnik: Fix build
Browse files Browse the repository at this point in the history
(cherry picked from commit e844f08)
  • Loading branch information
knedlsepp authored and markuskowa committed Mar 5, 2019
1 parent 8d9f70e commit 4933ebf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/mapnik/default.nix
Expand Up @@ -31,6 +31,10 @@ stdenv.mkDerivation rec {

prefixKey = "PREFIX=";

preConfigure = ''
patchShebangs ./configure
'';

configureFlags = [
"BOOST_INCLUDES=${boost.dev}/include"
"BOOST_LIBS=${boost.out}/lib"
Expand Down

0 comments on commit 4933ebf

Please sign in to comment.