about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-15 21:15:31 +0200
committerGitHub <noreply@github.com>2021-07-15 21:15:31 +0200
commitae04cbf6b41ab637904c98c9185607543de3ae1d (patch)
tree7fd1c56f2f4c3f733011c4a492ebcdae8796faf4 /pkgs/applications/kde
parentbc9027b3dcdb16c31ba84ff933ff50fa60ad5ebe (diff)
parent6f49212893102c82c1231ad0e29a7329a507008a (diff)
downloadnixlib-ae04cbf6b41ab637904c98c9185607543de3ae1d.tar
nixlib-ae04cbf6b41ab637904c98c9185607543de3ae1d.tar.gz
nixlib-ae04cbf6b41ab637904c98c9185607543de3ae1d.tar.bz2
nixlib-ae04cbf6b41ab637904c98c9185607543de3ae1d.tar.lz
nixlib-ae04cbf6b41ab637904c98c9185607543de3ae1d.tar.xz
nixlib-ae04cbf6b41ab637904c98c9185607543de3ae1d.tar.zst
nixlib-ae04cbf6b41ab637904c98c9185607543de3ae1d.zip
Merge pull request #130007 from FliegendeWurst/spectacle-annotate
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/spectacle.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/applications/kde/spectacle.nix b/pkgs/applications/kde/spectacle.nix
index c6861b218deb..67a027440cf3 100644
--- a/pkgs/applications/kde/spectacle.nix
+++ b/pkgs/applications/kde/spectacle.nix
@@ -4,17 +4,20 @@
   ki18n, xcb-util-cursor,
   kconfig, kcoreaddons, kdbusaddons, kdeclarative, kio, kipi-plugins,
   knotifications, kscreen, kwidgetsaddons, kwindowsystem, kxmlgui, libkipi,
-  qtx11extras, knewstuff, kwayland, qttools
+  qtbase, qtx11extras, knewstuff, kwayland, qttools, kcolorpicker, kimageannotator
 }:
 
 mkDerivation {
   pname = "spectacle";
-  meta = with lib; { maintainers = with maintainers; [ ttuegel ]; };
+  meta = with lib; {
+    maintainers = with maintainers; [ ttuegel ];
+    broken = versionOlder qtbase.version "5.15";
+  };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [
     kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
     kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi qtx11extras xcb-util-cursor
-    knewstuff kwayland
+    knewstuff kwayland kcolorpicker kimageannotator
   ];
   postPatch = ''
     substituteInPlace desktop/org.kde.spectacle.desktop.cmake \