ubports-click: nixfmt
This commit is contained in:
parent
5f3da539cc
commit
dba1cb7d78
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user