mapnik: Fix build

This commit is contained in:
Josef Kemetmüller 2019-03-04 21:41:53 +01:00
parent 47f8a520f8
commit e844f08125

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"