diff options
author | Eelco Dolstra | 2010-02-05 23:08:11 +0000 |
---|---|---|
committer | Eelco Dolstra | 2010-02-05 23:08:11 +0000 |
commit | bdfff8e76961d7dd8fbf71fa40717b73e74aeb43 (patch) | |
tree | b33f92c470630fa94fd28076145f6c2677d0cdfe | |
parent | d8c6bb130c6c8099bb93005b368850a33f983d38 (diff) |
* Comment out uclibc because it causes evaluation errors. backups/stdenv-updates@19858
svn path=/nixpkgs/branches/stdenv-updates/; revision=19850
-rw-r--r-- | pkgs/top-level/all-packages.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 76330a29cb9f..6bc28c32263e 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6277,9 +6277,11 @@ let inherit fetchurl stdenv unzip; }; +/* uclibc = import ../os-specific/linux/uclibc { inherit fetchurl stdenv linuxHeaders; }; +*/ uclibcCross = target: import ../os-specific/linux/uclibc { inherit fetchurl stdenv; |