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