bash: *Flags are lists

This commit is contained in:
Robin Gloster
2019-10-26 17:39:27 +02:00
committed by Jan Tojnar
parent 7def878f1e
commit 53cbd1b7bf

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