1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 11:32:03 +00:00

kwindowsystem: broken with Qt < 5.14

This commit is contained in:
Thomas Tuegel 2021-02-20 08:19:57 -06:00
parent 5ab8bacc7f
commit 3f05570550
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

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