From 6407d2ca9ba85c65575714deba9fcf69373e7940 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Mon, 12 Dec 2005 17:07:34 +0000 Subject: [PATCH] hnnnggg! forgot to add this for initscripts... svn path=/nixpkgs/trunk/; revision=4356 --- pkgs/system/all-packages-generic.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 7ec8b2af837..ed707719219 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -1381,6 +1381,11 @@ rec { inherit fetchurl stdenv gettext; }; + initscripts = (import ../os-specific/linux/initscripts) { + inherit fetchurl stdenv popt pkgconfig; + inherit (gtkLibs) glib; + }; + hwdata = (import ../os-specific/linux/hwdata) { inherit fetchurl stdenv; };