treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -45,7 +45,7 @@ EOF
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
buildFlags = "all";
|
||||
buildFlags = [ "all" ];
|
||||
|
||||
doCheck = true;
|
||||
checkTarget = "tests";
|
||||
|
||||
Reference in New Issue
Block a user