add expressions for some static packages. Had forgotten this. That's the

punishment you get for working at 4am ;)

svn path=/nixpkgs/trunk/; revision=4453
This commit is contained in:
Armijn Hemel 2005-12-28 12:11:19 +00:00
parent 0ee2f324cc
commit de220c973a

View file

@ -1486,6 +1486,10 @@ rec {
inherit fetchurl stdenv;
};
utillinuxStatic = (import ../os-specific/linux/util-linux-static) {
inherit fetchurl stdenv;
};
sysklogd = (import ../os-specific/linux/sysklogd) {
inherit fetchurl stdenv;
};
@ -1514,6 +1518,10 @@ rec {
inherit fetchurl stdenv;
};
module_init_toolsStatic = (import ../os-specific/linux/module-init-tools-static) {
inherit fetchurl stdenv;
};
shadowutils = (import ../os-specific/linux/shadow) {
inherit fetchurl stdenv;
};