We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3da53 commit dba1cb7Copy full SHA for dba1cb7
pkgs/by-name/ub/ubports-click/package.nix
@@ -155,17 +155,21 @@ let
155
changelog = "https://gitlab.com/ubports/development/core/click/-/blob/${version}/ChangeLog";
156
license = lib.licenses.gpl3Only;
157
mainProgram = "click";
158
- maintainers = with lib.maintainers; [
159
- ilyakooo0
160
- ] ++ lib.teams.lomiri.members;
+ maintainers =
+ with lib.maintainers;
+ [
161
+ ilyakooo0
162
+ ]
163
+ ++ lib.teams.lomiri.members;
164
platforms = lib.platforms.linux;
165
pkgConfigModules = [
166
"click-0.4"
167
];
168
};
169
170
in
-self // {
171
+self
172
+// {
173
passthru = self.passthru // {
174
tests.pkg-config = testers.hasPkgConfigModules {
175
package = self;
0 commit comments