Merge pull request #173550 from marsam/aria2-fix-completions

aria2: fix completions install
main
Mario Rodas 2 years ago committed by GitHub
commit 89a098992b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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