hnnnggg! forgot to add this for initscripts...
svn path=/nixpkgs/trunk/; revision=4356
This commit is contained in:
parent
01b1cb166c
commit
6407d2ca9b
|
@ -1381,6 +1381,11 @@ rec {
|
||||||
inherit fetchurl stdenv gettext;
|
inherit fetchurl stdenv gettext;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
initscripts = (import ../os-specific/linux/initscripts) {
|
||||||
|
inherit fetchurl stdenv popt pkgconfig;
|
||||||
|
inherit (gtkLibs) glib;
|
||||||
|
};
|
||||||
|
|
||||||
hwdata = (import ../os-specific/linux/hwdata) {
|
hwdata = (import ../os-specific/linux/hwdata) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue