Make amule package overridable to be able to configure it

svn path=/nixpkgs/trunk/; revision=22339
This commit is contained in:
Evgeny Egorochkin 2010-06-20 11:33:01 +00:00
parent e803a33a5c
commit c4d7698f7f

View File

@ -373,7 +373,7 @@ let
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
wxGTK pkgconfig libpng;
};