summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2004-08-05 19:31:30 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2004-08-05 19:31:30 +0000
commitef549881321385f66acc3969c784bc36994eafd4 (patch)
tree7bb53956bed2daa1a3d88150759a9f818a688788 /pkgs/system/all-packages-generic.nix
parent5c183191278b91bdb2be03a60299e7bab43f6ab3 (diff)
downloadnixpkgs-ef549881321385f66acc3969c784bc36994eafd4.tar
nixpkgs-ef549881321385f66acc3969c784bc36994eafd4.tar.gz
nixpkgs-ef549881321385f66acc3969c784bc36994eafd4.tar.bz2
nixpkgs-ef549881321385f66acc3969c784bc36994eafd4.tar.lz
nixpkgs-ef549881321385f66acc3969c784bc36994eafd4.tar.xz
nixpkgs-ef549881321385f66acc3969c784bc36994eafd4.tar.zst
nixpkgs-ef549881321385f66acc3969c784bc36994eafd4.zip
add iputils here too. For glibc I've used stdenv.gcc.glibc, which might not be the right glibc to use (but I don't know)
svn path=/nixpkgs/trunk/; revision=1235
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 0d74652d0e0..5e013ab30a4 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -577,6 +577,10 @@ rec {
     inherit fetchurl stdenv;
   };
 
+  iputils = (import ../os-specific/linux/iputils) {
+    inherit fetchurl stdenv kernelHeaders;
+    glibc = stdenv.gcc.glibc;
+  };
 
   ### DATA