silver-searcher: updated to 0.19.2
Also fixed the "libgcc_s.so.1 must be installed for pthread_cancel to work" problem.
This commit is contained in:
parent
700c1323b8
commit
8677b19c9d
@ -1,15 +1,17 @@
|
|||||||
{stdenv, fetchgit, autoreconfHook, pkgconfig, pcre, zlib, lzma}:
|
{stdenv, fetchgit, autoreconfHook, pkgconfig, pcre, zlib, lzma}:
|
||||||
|
|
||||||
let release = "0.19.1"; in
|
let release = "0.19.2"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "silver-searcher-${release}";
|
name = "silver-searcher-${release}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/ggreer/the_silver_searcher.git";
|
url = "https://github.com/ggreer/the_silver_searcher.git";
|
||||||
rev = "refs/tags/${release}";
|
rev = "refs/tags/${release}";
|
||||||
sha256 = "1km3ap74mls7vkp6si4f302zb1ifmldipjyfw2z9akqpvr3n44p9";
|
sha256 = "b6993e077f650eb0976cbc924640665fa9b2499a899ecba5a6cad5cf9addfdff";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
NIX_LDFLAGS = "-lgcc_s";
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook pkgconfig pcre zlib lzma ];
|
buildInputs = [ autoreconfHook pkgconfig pcre zlib lzma ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user