1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

shadowsocks-libev: 2.4.7 -> 2.4.8 (#17366)

This commit is contained in:
Jinjing Wang 2016-07-29 19:20:56 -05:00 committed by obadz
parent aa2629cedf
commit c8f535b452

View file

@ -6,12 +6,17 @@
, libev ? null
, libsodium ? null
, udns ? null
, asciidoc
, xmlto
, docbook_xml_dtd_45
, docbook_xsl
, libxslt
}:
let
version = "2.4.7";
sha256 = "957265cc5339e020d8c8bb7414ab14936e3939dc7355f334aec896ec9b03c6ed";
version = "2.4.8";
sha256 = "af3fc3be50fb24dfd1aed8ce34d2d13448735f6181269f54f4860438a1838472";
in
@ -24,7 +29,7 @@ stdenv.mkDerivation rec {
inherit sha256;
};
buildInputs = [ zlib ]
buildInputs = [ zlib asciidoc xmlto docbook_xml_dtd_45 docbook_xsl libxslt ]
++ optional (!withMbedTLS) openssl
++ optional withMbedTLS mbedtls
++ optional enableSystemSharedLib [libev libsodium udns];