kde-4.14: fix kactivities download

It was not released with 4.14.
http://osdir.com/ml/kde-commits/2014-07/msg02039.html
This commit is contained in:
Vladimír Čunát 2014-09-27 16:54:04 +02:00
parent 4bcae6dc96
commit 85fba5fdbd

View File

@ -1,6 +1,12 @@
{ kde, kdelibs, nepomuk_core }:
{ fetchurl, kde, kdelibs, nepomuk_core }:
kde {
src = fetchurl {
url = "mirror://kde/stable/4.13.3/src/kactivities-4.13.3.tar.xz";
sha256 = "12l9brpq8mr9hqqmnlz9xfsfr8ry6283b32nfqfx0p3f7w19vjy7";
};
propagatedBuildInputs = [ kdelibs nepomuk_core ];
meta = {