1 { mkDerivation, fetchurl, lib
2 , extra-cmake-modules, doxygen, graphviz, qtbase, qtwebkit, mpir
3 , kdelibs4support, plasma-framework, knewstuff, kpackage
11 url = "mirror://kde/stable/alkimia/${version}/${pname}-${version}.tar.xz";
12 sha256 = "sha256-lXrcY8C+VN1DPjJoo3MjvlRW5auE7OJ/c6FhapLbhtU=";
15 nativeBuildInputs = [ extra-cmake-modules doxygen graphviz ];
17 buildInputs = [ qtbase qtwebkit kdelibs4support plasma-framework knewstuff kpackage ];
18 propagatedBuildInputs = [ mpir ];
21 description = "Library used by KDE finance applications";
23 Alkimia is the infrastructure for common storage and business
24 logic that will be used by all financial applications in KDE.
26 The target is to share financial related information over
27 application bounderies.
29 license = lib.licenses.lgpl21Plus;
30 platforms = qtbase.meta.platforms;