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