tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
blitz: fix build
Pascal Wittmann
10 years ago
f6edc25a
7eae4887
+1
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
blitz
default.nix
+1
-2
pkgs/development/libraries/blitz/default.nix
···
32
32
patches = [ ./blitz-gcc47.patch ./blitz-testsuite-stencil-et.patch ];
33
33
34
34
buildInputs = [ pkgconfig gfortran texinfo ]
35
35
-
++ optional (boost != null) boost
36
36
-
;
35
35
+
++ optional (boost != null) [ boost.lib ];
37
36
38
37
configureFlags =
39
38
[ "--enable-shared"