Author: ludo
Date: Mon Apr 23 16:28:10 2012
New Revision: 33897
URL: https://nixos.org/websvn/nix/?rev=33897&sc=1

Log:
GHC 7.4.2: Remove `darwinInstallNameToolUtility'.

Modified:
   nixpkgs/trunk/pkgs/development/compilers/ghc/7.4.2.nix

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/7.4.2.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/7.4.2.nix      Mon Apr 23 
16:28:06 2012        (r33896)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/7.4.2.nix      Mon Apr 23 
16:28:10 2012        (r33897)
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, ghc, perl, gmp, ncurses, darwinInstallNameToolUtility}:
+{ stdenv, fetchurl, ghc, perl, gmp, ncurses }:
 
 stdenv.mkDerivation rec {
   version = "7.4.1.20120412";
@@ -10,8 +10,7 @@
     sha256 = "0hpzd51s5nvlsjk3wza45ji5v6m0szqjzch45fvv7wfzllrm595l";
   };
 
-  buildInputs = [ghc perl gmp ncurses] ++
-    (if stdenv.isDarwin then [darwinInstallNameToolUtility] else []);
+  buildInputs = [ ghc perl gmp ncurses ];
 
   buildMK = ''
     libraries/integer-gmp_CONFIGURE_OPTS += 
--configure-option=--with-gmp-libraries="${gmp}/lib"
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to