bash: cygwin patch no longer applies

wip/yesman
Jörg Thalheim 5 years ago
parent 4d24a84d82
commit 26c7c59c0d
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
  1. 3
      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")

Loading…
Cancel
Save