From de220c973a008049472a540f651a5aef4768acd8 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Wed, 28 Dec 2005 12:11:19 +0000 Subject: [PATCH] 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 --- pkgs/system/all-packages-generic.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 6fc9198db81..ef827c11888 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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; };