~ruther/guix-local

85c3621406c7d0868f687935164642b98e6d6b03 — Sharlatan Hellseher 1 year, 14 days ago ffda8ec
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
1 files changed, 12 insertions(+), 12 deletions(-)

M gnu/packages/ci.scm
M gnu/packages/ci.scm => gnu/packages/ci.scm +12 -12
@@ 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