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