tor: lzma, zstd, scrypt deps
This commit is contained in:
parent
91859c0504
commit
5db46cf3f1
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libevent, openssl, zlib, torsocks
|
{ stdenv, fetchurl, pkgconfig, libevent, openssl, zlib, torsocks
|
||||||
, libseccomp, systemd, libcap
|
, libseccomp, systemd, libcap, lzma, zstd, scrypt
|
||||||
|
|
||||||
# for update.nix
|
# for update.nix
|
||||||
, writeScript
|
, writeScript
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
outputs = [ "out" "geoip" ];
|
outputs = [ "out" "geoip" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libevent openssl zlib ] ++
|
buildInputs = [ libevent openssl zlib lzma zstd scrypt ] ++
|
||||||
stdenv.lib.optionals stdenv.isLinux [ libseccomp systemd libcap ];
|
stdenv.lib.optionals stdenv.isLinux [ libseccomp systemd libcap ];
|
||||||
|
|
||||||
NIX_CFLAGS_LINK = stdenv.lib.optionalString stdenv.cc.isGNU "-lgcc_s";
|
NIX_CFLAGS_LINK = stdenv.lib.optionalString stdenv.cc.isGNU "-lgcc_s";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user