mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
we don't have bashDiet, we have bashStatic!
svn path=/nixpkgs/trunk/; revision=4446
This commit is contained in:
parent
796636040a
commit
62dc2035fd
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue