lzma: deprecate alias
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, pcre, zlib, lzma}:
|
||||
{lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, pcre, zlib, xz}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "silver-searcher";
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
NIX_LDFLAGS = lib.optionalString stdenv.isLinux "-lgcc_s";
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
buildInputs = [ pcre zlib lzma ];
|
||||
buildInputs = [ pcre zlib xz ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ggreer/the_silver_searcher/";
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
, file
|
||||
, icu
|
||||
, gumbo
|
||||
, lzma
|
||||
, xz
|
||||
, xapian
|
||||
, zimlib
|
||||
, zlib
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ automake autoconf libtool pkg-config ];
|
||||
buildInputs = [ file icu gumbo lzma zimlib zlib xapian ];
|
||||
buildInputs = [ file icu gumbo xz zimlib zlib xapian ];
|
||||
setSourceRoot = ''
|
||||
sourceRoot=$(echo */zimwriterfs)
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user