treewide: NIX_*_COMPILE -> string
This commit is contained in:
@@ -13,9 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ arpack spooles openblas ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-I${spooles}/include/spooles"
|
||||
];
|
||||
NIX_CFLAGS_COMPILE = "-I${spooles}/include/spooles";
|
||||
|
||||
patches = [
|
||||
./calculix.patch
|
||||
|
||||
Reference in New Issue
Block a user