libsForQt5.alkimia: 8.1.1 -> 8.1.2

This commit is contained in:
R. Ryantm 2023-10-07 04:42:14 +00:00
parent 0b48455b2d
commit 642bab4c87

View File

@ -5,18 +5,18 @@
mkDerivation rec {
pname = "alkimia";
version = "8.1.1";
version = "8.1.2";
src = fetchurl {
url = "mirror://kde/stable/alkimia/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-lXrcY8C+VN1DPjJoo3MjvlRW5auE7OJ/c6FhapLbhtU=";
sha256 = "sha256-z4Ru6HucxjD1jgvdIzNCloELo7zBdR/i9HIhYYl+4zo=";
};
nativeBuildInputs = [ extra-cmake-modules doxygen graphviz ];
# qtwebengine is not a mandatory dependency, but it adds some features
# we might need for alkimia's dependents. See:
# https://github.com/KDE/alkimia/blob/v8.1.1/CMakeLists.txt#L124
# https://github.com/KDE/alkimia/blob/v8.1.2/CMakeLists.txt#L124
buildInputs = [ qtbase qtwebengine kdelibs4support plasma-framework knewstuff kpackage ];
propagatedBuildInputs = [ mpir ];