treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
# skip interactive browser check
|
||||
buildFlags = "nobrowsers";
|
||||
buildFlags = [ "nobrowsers" ];
|
||||
|
||||
|
||||
preConfigure=''
|
||||
|
||||
Reference in New Issue
Block a user