3
0
Fork 0
forked from mirrors/nixpkgs

blitz: fix build

This commit is contained in:
Pascal Wittmann 2015-07-01 23:12:03 +02:00
parent 7eae48871f
commit f6edc25af6

View file

@ -32,8 +32,7 @@ stdenv.mkDerivation rec {
patches = [ ./blitz-gcc47.patch ./blitz-testsuite-stencil-et.patch ];
buildInputs = [ pkgconfig gfortran texinfo ]
++ optional (boost != null) boost
;
++ optional (boost != null) [ boost.lib ];
configureFlags =
[ "--enable-shared"