mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gnugrep: trying to fix darwin builds
svn path=/nixpkgs/branches/stdenv-updates/; revision=24634
This commit is contained in:
parent
42c6582491
commit
7f5431f095
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
let version = "2.7"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation ({
|
||||
name = "gnugrep-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
|
@ -38,4 +38,4 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
passthru = {inherit pcre;};
|
||||
}
|
||||
} // (if libiconv != null then { NIX_LDFLAGS="-L${libiconv}/lib -liconv"; } else {}) )
|
||||
|
|
Loading…
Reference in a new issue