Make amule package overridable to be able to configure it
svn path=/nixpkgs/trunk/; revision=22339
This commit is contained in:
parent
e803a33a5c
commit
c4d7698f7f
@ -373,7 +373,7 @@ let
|
|||||||
inherit stdenv fetchurl unzip makeWrapper ruby openssl;
|
inherit stdenv fetchurl unzip makeWrapper ruby openssl;
|
||||||
};
|
};
|
||||||
|
|
||||||
amule = import ../tools/networking/p2p/amule {
|
amule = makeOverridable (import ../tools/networking/p2p/amule) {
|
||||||
inherit fetchurl stdenv zlib perl cryptopp gettext libupnp makeWrapper
|
inherit fetchurl stdenv zlib perl cryptopp gettext libupnp makeWrapper
|
||||||
wxGTK pkgconfig libpng;
|
wxGTK pkgconfig libpng;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user