konqueror: broken with Qt < 5.13

This commit is contained in:
Thomas Tuegel 2021-02-01 10:43:04 -06:00
parent cf1dc0129b
commit 18807a930a
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -2,7 +2,7 @@
, mkDerivation
, extra-cmake-modules, kdoctools
, kdelibs4support, kcmutils, khtml, kdesu
, qtwebkit, qtwebengine, qtx11extras, qtscript, qtwayland
, qtbase, qtwebkit, qtwebengine, qtx11extras, qtscript, qtwayland
}:
mkDerivation {
@ -24,5 +24,6 @@ mkDerivation {
meta = {
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ ];
broken = lib.versionOlder qtbase.version "5.13";
};
}