we don't have bashDiet, we have bashStatic!

svn path=/nixpkgs/trunk/; revision=4446
This commit is contained in:
Armijn Hemel 2005-12-27 14:52:29 +00:00
parent 796636040a
commit 62dc2035fd

View file

@ -311,8 +311,8 @@ rec {
inherit fetchurl stdenv ncurses;
};
bashDiet = (import ../shells/bash-diet) {
inherit fetchurl stdenv dietgcc;
bashStatic = (import ../shells/bash-static) {
inherit fetchurl stdenv;
};