summary refs log tree commit diff
path: root/pkgs/tools/networking/p2p/rakshasa-rtorrent/default.nix
blob: 56fec5333fc77c86dfdf0807cb5b50bc9acb8a7b (plain) (blame)
1
2
3
4
5
6
7
8
9
{ lib
, pkgs
, callPackage
}:

rec {
  libtorrent = callPackage ./libtorrent.nix { };
  rtorrent = callPackage ./rtorrent.nix { };
}