forked from mirrors/nixpkgs
blitz: fix build
This commit is contained in:
parent
7eae48871f
commit
f6edc25af6
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue