Author: shlevy
Date: Sun Apr 1 14:17:27 2012
New Revision: 33517
URL: https://nixos.org/websvn/nix/?rev=33517&sc=1
Log:
clang can be built with stdenv now
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Sun Apr 1 12:41:01
2012 (r33516)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Sun Apr 1 14:17:27
2012 (r33517)
@@ -1694,13 +1694,7 @@
ccl = builderDefsPackage ../development/compilers/ccl {};
- clangUnwrapped = callPackage ../development/compilers/llvm/clang.nix {
- # There is a bug in gcc-4.5 that prevents building a release build of
- # clang-3.0
- stdenv = if stdenv.isLinux
- then (stdenvAdapters.overrideGCC stdenv gcc46)
- else stdenv;
- };
+ clangUnwrapped = callPackage ../development/compilers/llvm/clang.nix { };
clang = wrapClang clangUnwrapped;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits