summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2019-09-29 12:27:57 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2019-09-29 12:56:29 -0500
commit9a678e664e0b29619c0e2340c8ca04d110653926 (patch)
treefe8bb0efeaf98371ca1f9cfd6c840688c80333b6 /pkgs/desktops/plasma-5
parent0e60d8641ea390d54f46e426efba439cc34b61c0 (diff)
kdecoration: Broken with Qt < 5.12.0
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/kdecoration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5/kdecoration.nix b/pkgs/desktops/plasma-5/kdecoration.nix
index 569da3c70349..72bfd1b4bca3 100644
--- a/pkgs/desktops/plasma-5/kdecoration.nix
+++ b/pkgs/desktops/plasma-5/kdecoration.nix
@@ -2,6 +2,9 @@
mkDerivation {
name = "kdecoration";
+ meta = {
+ broken = builtins.compareVersions qtbase.version "5.12.0" < 0;
+ };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qtbase ki18n ];
outputs = [ "out" "dev" ];