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:
@@ -1486,6 +1486,10 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
utillinuxStatic = (import ../os-specific/linux/util-linux-static) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
sysklogd = (import ../os-specific/linux/sysklogd) {
|
sysklogd = (import ../os-specific/linux/sysklogd) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
@@ -1514,6 +1518,10 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
module_init_toolsStatic = (import ../os-specific/linux/module-init-tools-static) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
shadowutils = (import ../os-specific/linux/shadow) {
|
shadowutils = (import ../os-specific/linux/shadow) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user