mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
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:
parent
0ee2f324cc
commit
de220c973a
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user