From 26c7c59c0d4cb5c129623c1f7b8a5b42abf5f4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 9 Jan 2019 08:28:29 +0000 Subject: [PATCH] bash: cygwin patch no longer applies --- pkgs/shells/bash/5.0.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/shells/bash/5.0.nix b/pkgs/shells/bash/5.0.nix index ab997eb6985b..b78282ab6e4c 100644 --- a/pkgs/shells/bash/5.0.nix +++ b/pkgs/shells/bash/5.0.nix @@ -43,8 +43,7 @@ stdenv.mkDerivation rec { patchFlags = "-p0"; - patches = upstreamPatches - ++ optional stdenv.hostPlatform.isCygwin ./cygwin-bash-4.4.11-2.src.patch; + patches = upstreamPatches; configureFlags = [ (if interactive then "--with-installed-readline" else "--disable-readline")