Skip to content

Commit

Permalink
Merge pull request #60039 from dtzWill/update/kipi-plugins-5.9.1
Browse files Browse the repository at this point in the history
kipi-plugins: 5.9.0 -> 5.9.1, build from dedicated tarball
  • Loading branch information
ttuegel committed Apr 23, 2019
2 parents e6407e2 + 18defa9 commit 4009dfd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pkgs/applications/graphics/kipi-plugins/default.nix
Expand Up @@ -6,18 +6,14 @@
}:

stdenv.mkDerivation rec {
name = "kipi-plugins-${version}";
version = "5.9.0";
pname = "kipi-plugins";
version = "5.9.1";

src = fetchurl {
url = "http://download.kde.org/stable/digikam/digikam-${version}.tar.xz";
sha256 = "06qdalf2mwx2f43p3bljy3vn5bk8n3x539kha6ky2vzxvkp343b6";
url = "http://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "0hjm05nkz0w926sn4lav5258rda6zkd6gfnqd8hh3fa2q0dd7cq4";
};

prePatch = ''
cd extra/kipi-plugins
'';

nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
karchive kconfig ki18n kiconthemes kio kservice kwindowsystem kxmlgui libkipi
Expand Down

0 comments on commit 4009dfd

Please sign in to comment.