Skip to content

Commit

Permalink
alkimia: 7.0.1 -> 8.0.1 (#60041)
Browse files Browse the repository at this point in the history
* alkimia: 7.0.1 -> 8.0.1, new url

* alkimia: deps
  • Loading branch information
dtzWill authored and c0bw3b committed May 12, 2019
1 parent 09e0810 commit c127f43
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/development/libraries/alkimia/default.nix
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{ mkDerivation, fetchurl, lib
, extra-cmake-modules, doxygen, graphviz, qtbase, mpir
, extra-cmake-modules, doxygen, graphviz, qtbase, qtwebkit, mpir
, kdelibs4support, plasma-framework, knewstuff, kpackage
}:

mkDerivation rec {
name = "alkimia-${version}";
version = "7.0.1";
version = "8.0.1";

src = fetchurl {
url = "mirror://kde/stable/alkimia/${version}/src/${name}.tar.xz";
sha256 = "1fri76465058fgsyrmdrc3hj1javz4g10mfzqp5rsj7qncjr1i22";
url = "mirror://kde/stable/alkimia/${version}/${name}.tar.xz";
sha256 = "059i6vn36sdq5zn2vqzh4asvvgdgs7n478nk9phvb5gdys01fq7m";
};

nativeBuildInputs = [ extra-cmake-modules doxygen graphviz ];

buildInputs = [ qtbase ];
buildInputs = [ qtbase qtwebkit kdelibs4support plasma-framework knewstuff kpackage ];
propagatedBuildInputs = [ mpir ];

meta = {
Expand Down

0 comments on commit c127f43

Please sign in to comment.