svn path=/nixpkgs/trunk/; revision=3752
This commit is contained in:
Armijn Hemel
2005-08-30 13:56:15 +00:00
parent e468256879
commit dffe1406a0
2 changed files with 17 additions and 0 deletions

View File

@@ -124,6 +124,10 @@ rec {
j2re = blackdown;
};
cpio = (import ../tools/archivers/cpio) {
inherit fetchurl stdenv;
};
gnutar = (import ../tools/archivers/gnutar) {
inherit fetchurl stdenv;
};
@@ -260,6 +264,10 @@ rec {
inherit fetchurl stdenv;
};
bashDiet = (import ../shells/bash-diet) {
inherit fetchurl stdenv dietgcc;
};
### DEVELOPMENT