kdeFrameworks: mark broken with Qt < 5.14

This commit is contained in:
Thomas Tuegel
2021-03-28 06:30:39 -05:00
parent c97fefbc6f
commit 8bc1acd926
28 changed files with 6 additions and 29 deletions

View File

@@ -9,7 +9,6 @@ mkDerivation {
name = "kwindowsystem";
meta = {
maintainers = [ lib.maintainers.ttuegel ];
broken = lib.versionOlder qtbase.version "5.14.0";
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ libpthreadstubs libXdmcp qttools qtx11extras ];