bash: cygwin patch no longer applies

This commit is contained in:
Jörg Thalheim 2019-01-09 08:28:29 +00:00
parent 4d24a84d82
commit 26c7c59c0d
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -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")