Merge pull request #128311 from dotlambda/mauikit-qt515

libsForQt5.mauikit: only supports Qt>=5.15
This commit is contained in:
Sandro 2021-06-27 17:51:46 +02:00 committed by GitHub
commit 8d5e428f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,6 @@ mkDerivation rec {
description = "Free and modular front-end framework for developing fast and compelling user experiences";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ dotlambda ];
broken = versionOlder qtbase.version "5.14.0";
broken = versionOlder qtbase.version "5.15.0";
};
}