mauikit: remove superfluous lib
This commit is contained in:
parent
aecc8e4ab8
commit
eaff9e7a3e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue