mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
bash: cygwin patch no longer applies
This commit is contained in:
parent
4d24a84d82
commit
26c7c59c0d
|
@ -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…
Reference in a new issue