From 849281ff324e1924bb6c14622f3fd0e762202a28 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Tue, 30 Aug 2005 13:58:09 +0000 Subject: [PATCH] don't try to build a bash with dietlibc..thing.. svn path=/nixpkgs/trunk/; revision=3753 --- pkgs/system/all-packages-generic.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index aacb0ca9484..108040fc800 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -264,9 +264,9 @@ rec { inherit fetchurl stdenv; }; - bashDiet = (import ../shells/bash-diet) { - inherit fetchurl stdenv dietgcc; - }; + #bashDiet = (import ../shells/bash-diet) { + # inherit fetchurl stdenv dietgcc; + #}; ### DEVELOPMENT