mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
{jesec-,}rtorrent: don't use package sets
This commit is contained in:
parent
659b91df0a
commit
69e6612305
7 changed files with 6 additions and 32 deletions
|
@ -1,9 +0,0 @@
|
||||||
{ lib
|
|
||||||
, pkgs
|
|
||||||
, callPackage
|
|
||||||
}:
|
|
||||||
|
|
||||||
rec {
|
|
||||||
libtorrent = callPackage ./libtorrent.nix { };
|
|
||||||
rtorrent = callPackage ./rtorrent.nix { };
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{ lib
|
|
||||||
, pkgs
|
|
||||||
, callPackage
|
|
||||||
}:
|
|
||||||
|
|
||||||
rec {
|
|
||||||
libtorrent = callPackage ./libtorrent.nix { };
|
|
||||||
rtorrent = callPackage ./rtorrent.nix { };
|
|
||||||
}
|
|
|
@ -7926,21 +7926,13 @@ with pkgs;
|
||||||
|
|
||||||
libnids = callPackage ../tools/networking/libnids { };
|
libnids = callPackage ../tools/networking/libnids { };
|
||||||
|
|
||||||
rakshasa-rtorrent = recurseIntoAttrs
|
rtorrent = callPackage ../applications/networking/p2p/rakshasa-rtorrent {
|
||||||
(callPackage ../tools/networking/p2p/rakshasa-rtorrent {
|
libtorrent = callPackage ../applications/networking/p2p/rakshasa-rtorrent/libtorrent.nix { };
|
||||||
callPackage = newScope pkgs.rakshasa-rtorrent;
|
};
|
||||||
});
|
|
||||||
|
|
||||||
rtorrent = rakshasa-rtorrent.rtorrent;
|
jesec-rtorrent = callPackage ../applications/networking/p2p/jesec-rtorrent {
|
||||||
libtorrent = rakshasa-rtorrent.libtorrent;
|
libtorrent = callPackage ../applications/networking/p2p/jesec-rtorrent/libtorrent.nix { };
|
||||||
|
};
|
||||||
jesec-rtorrent = recurseIntoAttrs
|
|
||||||
(callPackage ../tools/networking/p2p/jesec-rtorrent {
|
|
||||||
callPackage = newScope pkgs.jesec-rtorrent;
|
|
||||||
});
|
|
||||||
|
|
||||||
rtorrent-jesec = jesec-rtorrent.rtorrent;
|
|
||||||
libtorrent-jesec = jesec-rtorrent.libtorrent;
|
|
||||||
|
|
||||||
libmpack = callPackage ../development/libraries/libmpack { };
|
libmpack = callPackage ../development/libraries/libmpack { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue