{jesec,rakshasa}-rtorrent: allow passthrough of dependency.

Previously it was not possible to access the libtorrent dependency
This commit is contained in:
Varun Madiath 2022-06-23 17:29:52 -04:00
parent f00d895202
commit 955567fba8
2 changed files with 8 additions and 0 deletions

View file

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

View file

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