mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
add grub
svn path=/nixpkgs/trunk/; revision=3391
This commit is contained in:
parent
e1084ff400
commit
e7fdbcf6ca
@ -47,6 +47,10 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
grub = (import ../tools/misc/grub) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
diffutils = (import ../tools/text/diffutils) {
|
diffutils = (import ../tools/text/diffutils) {
|
||||||
inherit fetchurl stdenv coreutils;
|
inherit fetchurl stdenv coreutils;
|
||||||
};
|
};
|
||||||
@ -1032,7 +1036,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
iputils = (import ../os-specific/linux/iputils) {
|
iputils = (import ../os-specific/linux/iputils) {
|
||||||
inherit fetchurl stdenv kernelHeaders;
|
inherit fetchurl stdenv kernelHeaders bison flex openssl;
|
||||||
glibc = stdenv.gcc.glibc;
|
glibc = stdenv.gcc.glibc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user