svn path=/nixpkgs/trunk/; revision=3391
This commit is contained in:
Armijn Hemel 2005-07-21 11:26:51 +00:00
parent e1084ff400
commit e7fdbcf6ca

View File

@ -47,6 +47,10 @@ rec {
inherit fetchurl stdenv;
};
grub = (import ../tools/misc/grub) {
inherit fetchurl stdenv;
};
diffutils = (import ../tools/text/diffutils) {
inherit fetchurl stdenv coreutils;
};
@ -1032,7 +1036,7 @@ rec {
};
iputils = (import ../os-specific/linux/iputils) {
inherit fetchurl stdenv kernelHeaders;
inherit fetchurl stdenv kernelHeaders bison flex openssl;
glibc = stdenv.gcc.glibc;
};