aria2: Remove openssl dependency
This commit is contained in:
parent
2d40eeceda
commit
56d6a3d846
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook, cppunit, libgcrypt
|
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook, cppunit, libgcrypt
|
||||||
, c-ares, openssl, libxml2, sqlite, zlib }:
|
, c-ares, libxml2, sqlite, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "aria2-${version}";
|
name = "aria2-${version}";
|
||||||
@ -13,8 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig autoreconfHook cppunit libgcrypt c-ares openssl libxml2
|
pkgconfig autoreconfHook cppunit libgcrypt c-ares libxml2 sqlite zlib
|
||||||
sqlite zlib
|
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [ "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" ];
|
configureFlags = [ "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user