Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

blitz: fix build

+1 -2
+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 - ++ optional (boost != null) boost 36 - ; 35 + ++ optional (boost != null) [ boost.lib ]; 37 36 38 37 configureFlags = 39 38 [ "--enable-shared"