treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ underlinkingPatch ];
|
||||
|
||||
patchFlags = "-p0";
|
||||
patchFlags = [ "-p0" ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user