Author: rob
Date: Wed Nov 10 15:05:18 2010
New Revision: 24641
URL: https://svn.nixos.org/websvn/nix/?rev=24641&sc=1
Log:
reinstate gmp 4.3.1 for i686-darwin (like in trunk)
Modified:
nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix
Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix Wed Nov
10 14:57:38 2010 (r24640)
+++ nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix Wed Nov
10 15:05:18 2010 (r24641)
@@ -2963,7 +2963,7 @@
gmm = callPackage ../development/libraries/gmm { };
gmp =
- if false then # XXX: stdenv.system == "i686-darwin" then
+ if stdenv.system == "i686-darwin" then
# GMP 4.3.2 is broken on Darwin, so use 4.3.1.
makeOverridable (import ../development/libraries/gmp/4.3.1.nix) {
inherit stdenv fetchurl m4;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits