Author: shlevy
Date: Fri Apr 8 13:03:53 2011
New Revision: 26753
URL: https://svn.nixos.org/websvn/nix/?rev=26753&sc=1
Log:
Libelf isn't building on Darwin according to hydra, so remove libelf-dependent
GCC-4.6 from Darwin
Modified:
nixpkgs/trunk/pkgs/development/compilers/gcc-4.6/default.nix
Modified: nixpkgs/trunk/pkgs/development/compilers/gcc-4.6/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/gcc-4.6/default.nix Fri Apr
8 11:28:49 2011 (r26752)
+++ nixpkgs/trunk/pkgs/development/compilers/gcc-4.6/default.nix Fri Apr
8 13:03:53 2011 (r26753)
@@ -401,7 +401,7 @@
# Volunteers needed for the {Cyg,Dar}win ports of *PPL.
# gnatboot is not available out of linux platforms, so we disable the
darwin build
# for the gnat (ada compiler).
- platforms = stdenv.lib.platforms.linux ++ optionals (langAda == false) [
"i686-darwin" ];
+ platforms = stdenv.lib.platforms.linux ++ optionals (langAda == false &&
libelf == null) [ "i686-darwin" ];
};
}
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits