3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #56845 from knedlsepp/fix-mapnik

mapnik: Fix build
This commit is contained in:
markuskowa 2019-03-05 23:20:35 +01:00 committed by GitHub
commit a23bf67c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,10 @@ stdenv.mkDerivation rec {
prefixKey = "PREFIX=";
preConfigure = ''
patchShebangs ./configure
'';
configureFlags = [
"BOOST_INCLUDES=${boost.dev}/include"
"BOOST_LIBS=${boost.out}/lib"