Skip to content

Commit

Permalink
amule: 2.3.1 -> 2.3.2
Browse files Browse the repository at this point in the history
(cherry picked from commit f77ae4e)
  • Loading branch information
viric committed Mar 18, 2017
1 parent f9458ba commit b288f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/p2p/amule/default.nix
Expand Up @@ -13,19 +13,19 @@ let
edf = enabled: flag: if enabled then "--enable-" + flag else "--disable-" + flag;
in
mkDerivation rec {
name = "aMule-2.3.1";
name = "aMule-2.3.2";

src = fetchurl {
url = "mirror://sourceforge/amule/${name}.tar.xz";
sha256 = "0hvpx3c005nvxsfand5bwfxxiq3mv0mpykajfm2lkygjh1rw2383";
sha256 = "0a1rd33hjl30qyzgb5y8m7dxs38asci3kjnlvims1ky6r3yj0izn";
};

buildInputs =
[ zlib wxGTK perl cryptopp libupnp gettext pkgconfig makeWrapper ]
++ lib.optional httpServer libpng
++ lib.optional client libX11;

patches = [ ./gcc47.patch ]; # from Gentoo
enableParallelBuilding = true;

configureFlags = ''
--with-crypto-prefix=${cryptopp}
Expand Down
21 changes: 0 additions & 21 deletions pkgs/tools/networking/p2p/amule/gcc47.patch

This file was deleted.

0 comments on commit b288f05

Please sign in to comment.