blitz: fix build
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user