about summary refs log tree commit diff
path: root/pkgs/kde
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/kde')
-rw-r--r--pkgs/kde/frameworks/ki18n/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/kde/frameworks/ki18n/default.nix b/pkgs/kde/frameworks/ki18n/default.nix
index 2a082a9dfe579..02b03f875ffb4 100644
--- a/pkgs/kde/frameworks/ki18n/default.nix
+++ b/pkgs/kde/frameworks/ki18n/default.nix
@@ -1,9 +1,10 @@
 {
   mkKdeDerivation,
   qtdeclarative,
+  python3,
 }:
 mkKdeDerivation {
   pname = "ki18n";
 
-  extraBuildInputs = [qtdeclarative];
+  extraBuildInputs = [qtdeclarative python3];
 }