* Added util-linux (for mount etc.).

svn path=/nixpkgs/trunk/; revision=786
This commit is contained in:
Eelco Dolstra
2004-02-16 10:40:45 +00:00
parent d6a58594d2
commit a33753a973
5 changed files with 175 additions and 1 deletions

View File

@@ -559,6 +559,11 @@
inherit fetchurl stdenv;
};
utillinux = (import ../os-specific/linux/util-linux) {
inherit fetchurl stdenv;
patch = gnupatch;
};
### DATA

View File

@@ -46,7 +46,7 @@
stdenvLinuxPkgs =
allPackages {system = system; stdenv = stdenvLinux;} //
{inherit (stdenvLinuxBootPkgs)
gzip bzip2 bash binutils coreutils diffutils findutils gawk gcc
gzip bzip2 /* bash */ binutils coreutils diffutils findutils gawk gcc
gnumake gnused gnutar gnugrep wget;
} //
{glibc = stdenvLinuxGlibc;};