mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 New Issue
Block a user