Skip to content

Commit

Permalink
mapnik: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
knedlsepp committed Mar 4, 2019
1 parent 47f8a52 commit e844f08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/mapnik/default.nix
Original file line number Diff line number Diff line change
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 e844f08

Please sign in to comment.