summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-02-22 06:43:59 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-02-22 06:43:59 +0100
commit19eedaf867da3155eec62721e0c8a02895aed74b (patch)
treef042f2cb2d73cc7c8bdeec7c3f2a505dff22af57 /pkgs
parent983890481b24389fed70492a45fb82e26d2bc45b (diff)
parentf9dab198395c741642bbc96dc7c99b75be02f123 (diff)
downloadnixpkgs-19eedaf867da3155eec62721e0c8a02895aed74b.tar
nixpkgs-19eedaf867da3155eec62721e0c8a02895aed74b.tar.gz
nixpkgs-19eedaf867da3155eec62721e0c8a02895aed74b.tar.bz2
nixpkgs-19eedaf867da3155eec62721e0c8a02895aed74b.tar.lz
nixpkgs-19eedaf867da3155eec62721e0c8a02895aed74b.tar.xz
nixpkgs-19eedaf867da3155eec62721e0c8a02895aed74b.tar.zst
nixpkgs-19eedaf867da3155eec62721e0c8a02895aed74b.zip
Merge #56103: ktouch: fix build failure
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/kde/ktouch.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/kde/ktouch.nix b/pkgs/applications/kde/ktouch.nix
index 75e72c0ba18..64179f2e64d 100644
--- a/pkgs/applications/kde/ktouch.nix
+++ b/pkgs/applications/kde/ktouch.nix
@@ -3,7 +3,7 @@
 , kconfig, kconfigwidgets, kcoreaddons, kdeclarative, ki18n
 , kitemviews, kcmutils, kio, knewstuff, ktexteditor, kwidgetsaddons
 , kwindowsystem, kxmlgui, qtscript, qtdeclarative, kqtquickcharts
-, qtx11extras, qtgraphicaleffects, xorg
+, qtx11extras, qtgraphicaleffects, qtxmlpatterns, xorg
 }:
 
 
@@ -19,7 +19,8 @@
       kconfig kconfigwidgets kcoreaddons kdeclarative ki18n
       kitemviews kcmutils kio knewstuff ktexteditor kwidgetsaddons
       kwindowsystem kxmlgui qtscript qtdeclarative kqtquickcharts
-      qtx11extras qtgraphicaleffects xorg.libxkbfile xorg.libxcb
+      qtx11extras qtgraphicaleffects qtxmlpatterns
+      xorg.libxkbfile xorg.libxcb
     ];
 
     enableParallelBuilding = true;