From a7791cfd1b6709a864abb62ba1de4d158873efe8 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Thu, 2 Sep 2010 07:56:11 +0000 Subject: [PATCH] disabled klib in stdenv branch because it seems to hang in buildfarm and produces logs > 1.5GB svn path=/nixpkgs/branches/stdenv-updates/; revision=23596 --- pkgs/top-level/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 869e669779f1..c77cb7e1821a 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -166,7 +166,7 @@ with (import ./release-lib.nix); jwhois = linux; kbd = linux; keen4 = ["i686-linux"]; - klibc = linux; +# klibc = linux; ktorrent = linux; kvm = linux; qemu = linux;