Remove kde4.rsibreak

- No maintainer in Nixpkgs
- No upstream activity
- Original source unavailable
This commit is contained in:
Thomas Tuegel 2017-02-18 13:28:07 -06:00
parent 7e77aaf221
commit f927276513
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
2 changed files with 0 additions and 25 deletions

View File

@ -1,23 +0,0 @@
{ stdenv, fetchurl, automoc4, cmake, gettext, perl, pkgconfig
, kdelibs, kdebase_workspace }:
let version = "0.11";
in
stdenv.mkDerivation rec {
name = "rsibreak-${version}";
src = fetchurl {
url = "mirror://debian/pool/main/r/rsibreak/rsibreak_${version}.orig.tar.gz";
sha256 = "0g27aswh8iz5v67v1wkjny4p100vs2gm0lw0qzfkg6sw1pb4i519";
};
nativeBuildInputs = [ automoc4 cmake gettext perl pkgconfig ];
buildInputs = [ kdelibs kdebase_workspace ];
meta = {
homepage = http://userbase.kde.org/RSIBreak; # http://www.rsibreak.org/ is down since 2011
description = "Utility to help prevent repetitive strain injury for KDE 4";
inherit (kdelibs.meta) platforms maintainers;
};
}

View File

@ -16764,8 +16764,6 @@ with pkgs;
kwebkitpart = callPackage ../applications/networking/browsers/kwebkitpart { };
rsibreak = callPackage ../applications/misc/rsibreak { };
semnotes = callPackage ../applications/misc/semnotes { };
telepathy = callPackage ../applications/networking/instant-messengers/telepathy/kde {};