Skip to content

Commit

Permalink
Merge pull request #26849 from vbgl/skrooge-2.8
Browse files Browse the repository at this point in the history
skrooge: 2.7.0 -> 2.8.1
  • Loading branch information
FRidh committed Jun 26, 2017
2 parents 25b12fe + 999892f commit 9dbfd87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/office/skrooge/default.nix
Expand Up @@ -2,18 +2,18 @@
cmake, extra-cmake-modules, qtwebkit, qtscript, grantlee,
kxmlgui, kwallet, kparts, kdoctools, kjobwidgets, kdesignerplugin,
kiconthemes, knewstuff, sqlcipher, qca-qt5, kdelibs4support, kactivities,
knotifyconfig, krunner, libofx }:
knotifyconfig, krunner, libofx, shared_mime_info }:

mkDerivation rec {
name = "skrooge-${version}";
version = "2.7.0";
version = "2.8.1";

src = fetchurl {
url = "http://download.kde.org/stable/skrooge/${name}.tar.xz";
sha256 = "1xrh9nal122rzlv4m0x8qah6zpqb6891al3351piarpk2xgjgj4x";
sha256 = "0q34fh86yjd471jf6xa87vy4l8i1s3gqjzqrxbh0rnr79avns5lg";
};

nativeBuildInputs = [ cmake extra-cmake-modules ];
nativeBuildInputs = [ cmake extra-cmake-modules shared_mime_info ];

buildInputs = [ qtwebkit qtscript grantlee kxmlgui kwallet kparts kdoctools
kjobwidgets kdesignerplugin kiconthemes knewstuff sqlcipher qca-qt5
Expand Down

0 comments on commit 9dbfd87

Please sign in to comment.