mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
* iputils: use the same kernel headers as glibc.
svn path=/nixpkgs/trunk/; revision=6924
This commit is contained in:
parent
ff0c1c7b99
commit
641e72cf40
@ -2058,8 +2058,9 @@ rec {
|
||||
};
|
||||
|
||||
iputils = import ../os-specific/linux/iputils {
|
||||
inherit fetchurl stdenv kernelHeaders;
|
||||
inherit fetchurl stdenv;
|
||||
glibc = stdenv.gcc.libc;
|
||||
kernelHeaders = stdenv.gcc.libc.kernelHeaders;
|
||||
};
|
||||
|
||||
kernelHeaders = import ../os-specific/linux/kernel-headers {
|
||||
|
Loading…
Reference in New Issue
Block a user