aria2: add libaria2 support
This changes the derivation to be a multi output derivation and at the same time builds the binary against the shared libaria2.
This commit is contained in:
parent
20eff68d97
commit
020d0bfe1a
@ -20,7 +20,12 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ openssl c-ares libxml2 sqlite zlib libssh2 ] ++
|
buildInputs = [ openssl c-ares libxml2 sqlite zlib libssh2 ] ++
|
||||||
stdenv.lib.optional stdenv.isDarwin Security;
|
stdenv.lib.optional stdenv.isDarwin Security;
|
||||||
|
|
||||||
configureFlags = [ "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" ];
|
outputs = [ "bin" "dev" "out" "doc" "man" ];
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
"--enable-libaria2"
|
||||||
|
];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
patchShebangs doc/manual-src/en/mkapiref.py
|
patchShebangs doc/manual-src/en/mkapiref.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user