summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-12-05 12:42:22 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-12-12 16:05:47 -0600
commit5ac8eac120e68f570a76ed69b1ca084e859831a2 (patch)
treee1b3d0a90996a0baefc8a6e7e6b493ad0c61b224 /pkgs/applications/kde
parentb2a1d4bed5cc21e8326a4f2a31eb258bcdf30730 (diff)
kmime: broken with Qt < 5.15
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kmime.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kmime.nix b/pkgs/applications/kde/kmime.nix
index 4523a69fc1be..ac877d85228c 100644
--- a/pkgs/applications/kde/kmime.nix
+++ b/pkgs/applications/kde/kmime.nix
@@ -13,4 +13,5 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcodecs ki18n qtbase ];
outputs = [ "out" "dev" ];
+ meta.broken = lib.versionOlder qtbase.version "5.15.0";
}