From 03ea1d4e4584313d2dac6efe61d8bc83af39abb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 23 Mar 2009 17:35:09 +0000 Subject: [PATCH] Remove `bash4' attribute. svn path=/nixpkgs/branches/stdenv-updates/; revision=14664 --- pkgs/top-level/all-packages.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 4941969eea1..402f00b42f8 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -1412,12 +1412,6 @@ let interactive = true; }); - bash4 = appendToName "interactive" (import ../shells/bash/4.0.nix { - inherit fetchurl stdenv ncurses texinfo bison; - readline = readline6; - interactive = true; - }); - tcsh = import ../shells/tcsh { inherit fetchurl stdenv ncurses; };