aria2: fix cross compilation and set strictDeps

main
Nick Cao 2 years ago
parent 8aeafc25c9
commit 29c02b33a9
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1
  1. 3
      pkgs/tools/networking/aria2/default.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-ErjFfSJDIgZq0qy0Zn5uZ9bZS2AtJq4FuBVuUuQgPTI=";
};
strictDeps = true;
nativeBuildInputs = [ pkg-config autoreconfHook sphinx ];
buildInputs = [ openssl c-ares libxml2 sqlite zlib libssh2 ] ++
@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
];
prePatch = ''
patchShebangs doc/manual-src/en/mkapiref.py
patchShebangs --build doc/manual-src/en/mkapiref.py
'';
checkInputs = [ cppunit ];

@ -2042,7 +2042,6 @@ with pkgs;
aria2 = callPackage ../tools/networking/aria2 {
inherit (darwin.apple_sdk.frameworks) Security;
inherit (python3Packages) sphinx;
};
aria = aria2;

Loading…
Cancel
Save