Remove kde4.kvirc

- No maintainer in Nixpkgs
This commit is contained in:
Thomas Tuegel 2017-02-18 14:13:16 -06:00
parent f9a9d3d007
commit 72263bdd74
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
2 changed files with 0 additions and 26 deletions

@ -1,24 +0,0 @@
{ stdenv, fetchurl, cmake, qt4, perl, gettext, kdelibs, openssl, zlib}:
let
pn = "kvirc";
v = "4.2.0";
in
stdenv.mkDerivation {
name = "${pn}-${v}";
src = fetchurl {
url = "ftp://ftp.kvirc.de/pub/${pn}/${v}/source/${pn}-${v}.tar.bz2";
sha256 = "9a547d52d804e39c9635c8dc58bccaf4d34341ef16a9a652a5eb5568d4d762cb";
};
buildInputs = [ cmake qt4 perl gettext kdelibs openssl zlib ];
meta = with stdenv.lib; {
description = "Graphic IRC client with Qt";
license = licenses.gpl3;
homepage = http://www.kvirc.net/;
platforms = platforms.linux;
};
}

@ -16717,8 +16717,6 @@ with pkgs;
ktikz = callPackage ../applications/graphics/ktikz { };
kvirc = callPackage ../applications/networking/irc/kvirc { };
krusader = callPackage ../applications/misc/krusader { };
kuickshow = callPackage ../applications/graphics/kuickshow { };