Merge pull request #178805 from vamega/jesec-libtorrent-passthru

{jesec,rakshasa}-rtorrent: allow passthrough of dependency.
main
Mario Rodas 2 years ago committed by GitHub
commit 29719c1bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/networking/p2p/jesec-rtorrent/default.nix
  2. 4
      pkgs/applications/networking/p2p/rakshasa-rtorrent/default.nix

@ -21,6 +21,10 @@ stdenv.mkDerivation rec {
hash = "sha256-i7c1jSawHshj1kaXl8tdpelIKU24okeg9K5/+ht6t2k=";
};
passthru = {
inherit libtorrent;
};
nativeBuildInputs = [
cmake
];

@ -27,6 +27,10 @@ stdenv.mkDerivation rec {
hash = "sha256-HTwAs8dfZVXfLRNiT6QpjKGnuahHfoMfYWqdKkedUL0=";
};
passthru = {
inherit libtorrent;
};
nativeBuildInputs = [
autoconf-archive
autoreconfHook

Loading…
Cancel
Save