mapnik: Fix build
This commit is contained in:
parent
47f8a520f8
commit
e844f08125
@ -31,6 +31,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
prefixKey = "PREFIX=";
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs ./configure
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"BOOST_INCLUDES=${boost.dev}/include"
|
||||
"BOOST_LIBS=${boost.out}/lib"
|
||||
|
Loading…
x
Reference in New Issue
Block a user