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>2005-08-29 17:56:10 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-08-29 17:56:10 +0000
commit8ab397a2ed75365329b64ea7b5889d2fa0ac4824 (patch)
tree0bf1bc65b4222333e21a825a01b37821c5ffc698 /pkgs/system/all-packages-generic.nix
parent0111856eae2f795e472505e4532d0cd1378c7d11 (diff)
downloadnixpkgs-8ab397a2ed75365329b64ea7b5889d2fa0ac4824.tar
nixpkgs-8ab397a2ed75365329b64ea7b5889d2fa0ac4824.tar.gz
nixpkgs-8ab397a2ed75365329b64ea7b5889d2fa0ac4824.tar.bz2
nixpkgs-8ab397a2ed75365329b64ea7b5889d2fa0ac4824.tar.lz
nixpkgs-8ab397a2ed75365329b64ea7b5889d2fa0ac4824.tar.xz
nixpkgs-8ab397a2ed75365329b64ea7b5889d2fa0ac4824.tar.zst
nixpkgs-8ab397a2ed75365329b64ea7b5889d2fa0ac4824.zip
disable klibc for now, as we don't use it anyway (maybe later)
svn path=/nixpkgs/trunk/; revision=3745
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 15413bd49ca..f6ee80b407f 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1125,9 +1125,9 @@ rec {
     inherit fetchurl stdenv perl;
   };
 
-  klibc = (import ../os-specific/linux/klibc) {
-    inherit fetchurl stdenv kernel perl bison flexWrapper;
-  };
+  #klibc = (import ../os-specific/linux/klibc) {
+  #  inherit fetchurl stdenv kernel perl bison flexWrapper;
+  #};
 
   mingetty = (import ../os-specific/linux/mingetty) {
     inherit fetchurl stdenv;