tcsh: take patch from Debian and edit it to fix handling of glibc-2.24 union wait removal

This commit is contained in:
Michael Raskin
2016-08-26 14:59:39 +02:00
parent 6715afca34
commit 693be25cc3
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
sha256 = "0jaw51382pqyb6d1kgfg8ir0wd3p5qr2bmg8svcmjhlyp3h73qhj";
};
patches = [ ./avoid-gcc5-wrong-optimisation.patch ];
patches = [ ./avoid-gcc5-wrong-optimisation.patch ./tcsh.glibc-2.24.patch ];
buildInputs = [ ncurses ];