kde4.rsibreak: fix broken download and homepage
This commit is contained in:
parent
a1febc799a
commit
9cf9b24dc4
@ -1,11 +1,13 @@
|
|||||||
{ stdenv, fetchurl, kdelibs, kdebase_workspace, gettext }:
|
{ stdenv, fetchurl, kdelibs, kdebase_workspace, gettext }:
|
||||||
|
|
||||||
|
let version = "0.11";
|
||||||
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rsibreak-0.11";
|
name = "rsibreak-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/files/${name}.tar.bz2";
|
url = "mirror://debian/pool/main/r/rsibreak/rsibreak_${version}.orig.tar.gz";
|
||||||
sha256 = "1yrf73r8mixskh8b531wb8dfs9z7rrw010xsrflhjhjmqh94h8mw";
|
sha256 = "0g27aswh8iz5v67v1wkjny4p100vs2gm0lw0qzfkg6sw1pb4i519";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext ];
|
nativeBuildInputs = [ gettext ];
|
||||||
@ -13,8 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ kdelibs kdebase_workspace ];
|
buildInputs = [ kdelibs kdebase_workspace ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.rsibreak.org/;
|
homepage = http://userbase.kde.org/RSIBreak; # http://www.rsibreak.org/ is down since 2011
|
||||||
description = "Repetitive Strain Injury prevention";
|
description = "Utility to help prevent repetitive strain injury for KDE 4";
|
||||||
inherit (kdelibs.meta) platforms maintainers;
|
inherit (kdelibs.meta) platforms maintainers;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user