mauikit: remove superfluous lib

wip/yesman
Sandro Jäckel 3 years ago
parent aecc8e4ab8
commit eaff9e7a3e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      pkgs/development/libraries/mauikit/default.nix

@ -37,6 +37,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 = lib.versionOlder qtbase.version "5.14.0";
broken = versionOlder qtbase.version "5.14.0";
};
}

Loading…
Cancel
Save