add dietlibc'ed coreutils for the NixOS installer...

svn path=/nixpkgs/trunk/; revision=3736
This commit is contained in:
Armijn Hemel
2005-08-28 14:23:30 +00:00
parent 3ccc0014b6
commit 3a0ff0b50d
3 changed files with 42 additions and 0 deletions

View File

@@ -39,6 +39,10 @@ rec {
inherit fetchurl stdenv;
};
coreutilsDiet = (import ../tools/misc/coreutils-diet) {
inherit fetchurl stdenv dietgcc perl;
};
findutils = (import ../tools/misc/findutils) {
inherit fetchurl stdenv coreutils;
};