forked from mirrors/nixpkgs
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;
|
||||
};
|
||||
|
||||
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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue