ubports-click: nixfmt

This commit is contained in:
OPNA2608 2024-12-24 11:15:09 +01:00
parent 5f3da539cc
commit dba1cb7d78

View File

@ -155,9 +155,12 @@ let
changelog = "https://gitlab.com/ubports/development/core/click/-/blob/${version}/ChangeLog";
license = lib.licenses.gpl3Only;
mainProgram = "click";
maintainers = with lib.maintainers; [
ilyakooo0
] ++ lib.teams.lomiri.members;
maintainers =
with lib.maintainers;
[
ilyakooo0
]
++ lib.teams.lomiri.members;
platforms = lib.platforms.linux;
pkgConfigModules = [
"click-0.4"
@ -165,7 +168,8 @@ let
};
};
in
self // {
self
// {
passthru = self.passthru // {
tests.pkg-config = testers.hasPkgConfigModules {
package = self;