Author: rob
Date: Wed Nov 10 07:45:41 2010
New Revision: 24634
URL: https://svn.nixos.org/websvn/nix/?rev=24634&sc=1

Log:
gnugrep: trying to fix darwin builds

Modified:
   nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix

Modified: nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix Tue Nov 
 9 20:14:30 2010        (r24633)
+++ nixpkgs/branches/stdenv-updates/pkgs/tools/text/gnugrep/default.nix Wed Nov 
10 07:45:41 2010        (r24634)
@@ -2,7 +2,7 @@
 
 let version = "2.7"; in
 
-stdenv.mkDerivation {
+stdenv.mkDerivation ({
   name = "gnugrep-${version}";
 
   src = fetchurl {
@@ -38,4 +38,4 @@
   };
 
   passthru = {inherit pcre;};
-}
+} // (if libiconv != null then { NIX_LDFLAGS="-L${libiconv}/lib -liconv"; } 
else {}) )
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to