AMule: Convenience packages for daemon and clent
svn path=/nixpkgs/trunk/; revision=23846
This commit is contained in:
parent
48ee2b7efb
commit
fafcfa4f5f
@ -365,6 +365,16 @@ let
|
|||||||
|
|
||||||
amule = callPackage ../tools/networking/p2p/amule { };
|
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) {
|
aria = builderDefsPackage (import ../tools/networking/aria) {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user