mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Upgraded ktorrent to 3.3.4
svn path=/nixpkgs/trunk/; revision=20047
This commit is contained in:
parent
730cbfd6f5
commit
c8555cfd1b
@ -2,10 +2,10 @@
|
||||
kdelibs, kdepimlibs, kdebase_workspace, automoc4, phonon, qca2}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ktorrent-3.3.2";
|
||||
name = "ktorrent-3.3.4";
|
||||
src = fetchurl {
|
||||
url = http://ktorrent.org/downloads/3.3.2/ktorrent-3.3.2.tar.bz2;
|
||||
sha256 = "08s67nz6wml5bx595czw2gcvrfb09hw1n1rzbj1n8iprr1abcpz1";
|
||||
url = http://ktorrent.org/downloads/3.3.4/ktorrent-3.3.4.tar.bz2;
|
||||
sha256 = "09lq5140135v9919k4wfmqww5jm17yvyqny8hlk10zyzd42vh7zk";
|
||||
};
|
||||
cmakeFlags = "-DTASKMANAGER_INCLUDE_DIR=${kdebase_workspace}/include";
|
||||
buildInputs = [ cmake qt4 perl gmp taglib boost gettext stdenv.gcc.libc
|
||||
|
Loading…
Reference in New Issue
Block a user