mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 06:33:42 +00:00
Merge pull request #128311 from dotlambda/mauikit-qt515
libsForQt5.mauikit: only supports Qt>=5.15
This commit is contained in:
commit
8d5e428f5b
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user