aria2: fix completions install

main
Mario Rodas 2 years ago
parent 5e19ce7a9b
commit 6517fa5378
  1. 3
      pkgs/tools/networking/aria2/default.nix

@ -1,4 +1,4 @@
{ lib, stdenv, fetchpatch, fetchFromGitHub, pkg-config, autoreconfHook { lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook
, openssl, c-ares, libxml2, sqlite, zlib, libssh2 , openssl, c-ares, libxml2, sqlite, zlib, libssh2
, cppunit, sphinx , cppunit, sphinx
, Security , Security
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
configureFlags = [ configureFlags = [
"--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
"--enable-libaria2" "--enable-libaria2"
"--with-bashcompletiondir=${placeholder "bin"}/share/bash-completion/completions"
]; ];
prePatch = '' prePatch = ''

Loading…
Cancel
Save