Author: egorochkin
Date: 2010-06-20 11:33:01 +0000 (Sun, 20 Jun 2010)
New Revision: 22339

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22339&view=rev

Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Log:
Make amule package overridable to be able to configure it

Changes:

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
===================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       2010-06-19 21:57:20 UTC 
(rev 22338)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       2010-06-20 11:33:01 UTC 
(rev 22339)
@@ -373,7 +373,7 @@
     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;
   };

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to