AMule: Convenience packages for daemon and clent

svn path=/nixpkgs/trunk/; revision=23846
This commit is contained in:
Evgeny Egorochkin 2010-09-18 11:26:30 +00:00
parent 48ee2b7efb
commit fafcfa4f5f
1 changed files with 10 additions and 0 deletions

View File

@ -365,6 +365,16 @@ let
amule = callPackage ../tools/networking/p2p/amule { };
amuleDaemon = amule.override {
monolithic = false;
daemon = true;
};
amuleGui = amule.override {
monolithic = false;
client = true;
};
aria = builderDefsPackage (import ../tools/networking/aria) {
};