gnu: forgejo-runner: Adjust inputs.

* gnu/packages/ci.scm (forgejo-runner): Move all propagated inputs to
native as the package provides a final command, sort alphabetically.

Change-Id: Id2379ee5f137c1d96d8b86e7d2dce61a338943d4
This commit is contained in:
Sharlatan Hellseher 2025-06-20 23:25:26 +01:00
parent ffda8ecd2d
commit 85c3621406
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -322,22 +322,22 @@ reinventing them.")
(lambda _
(rename-file (string-append #$output "/bin/act_runner")
(string-append #$output "/bin/forgejo-runner")))))))
(propagated-inputs
(list go-github-com-joho-godotenv
(native-inputs
(list go-code-gitea-io-actions-proto-go-ping
go-code-gitea-io-actions-proto-go-runner
go-connectrpc-com-connect
go-github-com-avast-retry-go
go-gopkg-in-yaml-v3
go-github-com-sirupsen-logrus
go-google-golang-org-protobuf
go-github-com-avast-retry-go-v4
go-github-com-google-uuid
go-golang-org-x-term
go-golang-org-x-time
go-github-com-spf13-cobra
go-github-com-joho-godotenv
go-github-com-mattn-go-isatty
go-github-com-nektos-act
go-github-com-avast-retry-go-v4
go-connectrpc-com-connect
go-code-gitea-io-actions-proto-go-ping
go-code-gitea-io-actions-proto-go-runner))
go-github-com-sirupsen-logrus
go-github-com-spf13-cobra
go-golang-org-x-term
go-golang-org-x-time
go-google-golang-org-protobuf
go-gopkg-in-yaml-v3))
(home-page "https://code.forgejo.org/forgejo/runner")
(synopsis "Run continuous integration jobs for Forgejo")
(description