add cpio
svn path=/nixpkgs/trunk/; revision=3752
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user