summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2022-11-19 19:17:51 +0100
committerRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2022-11-20 13:09:55 +0100
commit89739b5f6adb3f22656c8ba30b7e6aca64ee9477 (patch)
tree88987336d9fc803f92eea0017af62c53aa42d9c9 /pkgs/development/libraries
parent1e64f5e60aa8b4a2a0cf0edb1510f086f722aeb5 (diff)
kmymoney: switch from kdewebkit to qtwebengine
(to get rid of transitive dependency on qtwebkit)
See PR #201028 and issue #53079
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/alkimia/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/alkimia/default.nix b/pkgs/development/libraries/alkimia/default.nix
index 186c2878cdeb1..95f87ba58f6c0 100644
--- a/pkgs/development/libraries/alkimia/default.nix
+++ b/pkgs/development/libraries/alkimia/default.nix
@@ -14,6 +14,9 @@ mkDerivation rec {
 
   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
   buildInputs = [ qtbase qtwebengine kdelibs4support plasma-framework knewstuff kpackage ];
   propagatedBuildInputs = [ mpir ];