gqlgenc: avoid with lib;

This commit is contained in:
Sizhe Zhao
2025-05-19 15:56:26 +08:00
parent c86c553edd
commit 79a6b7912b
+3 -3
View File
@@ -37,11 +37,11 @@ buildGoModule (finalAttrs: {
# panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted
__darwinAllowLocalNetworking = true;
meta = with lib; {
meta = {
description = "Go tool for building GraphQL client with gqlgen";
mainProgram = "gqlgenc";
homepage = "https://github.com/Yamashou/gqlgenc";
license = licenses.mit;
maintainers = with maintainers; [ wattmto ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ wattmto ];
};
})