mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ffda8ecd2d
commit
85c3621406
1 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue