bash: *Flags are lists

This commit is contained in:
Robin Gloster
2019-12-30 11:13:41 +01:00
committed by Jan Tojnar
parent 7def878f1e
commit 53cbd1b7bf
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
-DSSH_SOURCE_BASHRC
'';
patchFlags = "-p0";
patchFlags = [ "-p0" ];
patches = upstreamPatches
++ optional stdenv.hostPlatform.isCygwin ./cygwin-bash-4.4.11-2.src.patch