mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
Merge branch 'master' of git://github.com/madjar/nixpkgs
silver-searcher: avoid -lgcc_s on darwin
This commit is contained in:
commit
d574c34e0a
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "b6993e077f650eb0976cbc924640665fa9b2499a899ecba5a6cad5cf9addfdff";
|
||||
};
|
||||
|
||||
NIX_LDFLAGS = "-lgcc_s";
|
||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
||||
|
||||
buildInputs = [ autoreconfHook pkgconfig pcre zlib lzma ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user