libsForQt5.mauikit: only supports Qt>=5.15

launchpad/nixpkgs/master
Robert Schütz 3 years ago
parent e863acdf2e
commit a9d36bc6fe
  1. 2
      pkgs/development/libraries/mauikit/default.nix

@ -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…
Cancel
Save