summary refs log tree commit diff
path: root/pkgs/shells/tcsh/default.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-08-26 14:59:26 +0200
committerMichael Raskin <7c6f434c@mail.ru>2016-08-26 14:59:39 +0200
commit693be25cc36504c248be98632bdfe73ae78e00fa (patch)
tree841163efe148444fd540c357fa51e67143874966 /pkgs/shells/tcsh/default.nix
parent6715afca34f7ece882b82c2250a4f6dade42eac5 (diff)
downloadnixlib-693be25cc36504c248be98632bdfe73ae78e00fa.tar
nixlib-693be25cc36504c248be98632bdfe73ae78e00fa.tar.gz
nixlib-693be25cc36504c248be98632bdfe73ae78e00fa.tar.bz2
nixlib-693be25cc36504c248be98632bdfe73ae78e00fa.tar.lz
nixlib-693be25cc36504c248be98632bdfe73ae78e00fa.tar.xz
nixlib-693be25cc36504c248be98632bdfe73ae78e00fa.tar.zst
nixlib-693be25cc36504c248be98632bdfe73ae78e00fa.zip
tcsh: take patch from Debian and edit it to fix handling of glibc-2.24 union wait removal
Diffstat (limited to 'pkgs/shells/tcsh/default.nix')
-rw-r--r--pkgs/shells/tcsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/tcsh/default.nix b/pkgs/shells/tcsh/default.nix
index 419acd8d61d2..027025100144 100644
--- a/pkgs/shells/tcsh/default.nix
+++ b/pkgs/shells/tcsh/default.nix
@@ -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 ];