diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-10 12:48:11 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-10 13:17:49 +0100 |
| commit | 5e9e2ae100bf6780767ff3b8d8a727c5d8546cd5 (patch) | |
| tree | e70e60ea0d982af59e1435f5d735161724a080fd /gnu | |
| parent | 7bb090d968b34a29d6179a295f3be16c623b9708 (diff) | |
gnu: go-gvisor-dev-gvisor: Add more missing inputs.
* gnu/packages/golang-xyz.scm (go-gvisor-dev-gvisor):
[propagated-inputs]: Add go-github-com-containerd-go-runc,
go-github-com-syndtr-gocapability, go-k8s-io-api,
go-k8s-io-apimachinery, and go-k8s-io-client-go.
Change-Id: I4953a2ae3834af84fcb668ec90ab78a5b5ceffd8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 219aeaaba1..e81c4e2643 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -30361,7 +30361,7 @@ The yaml package supports most of YAML 1.2, but preserves some behavior from go-github-com-containerd-console ;; go-github-com-containerd-containerd go-github-com-containerd-fifo - ;; go-github-com-containerd-go-runc + go-github-com-containerd-go-runc go-github-com-containerd-typeurl go-github-com-coreos-go-systemd-v22 go-github-com-godbus-dbus-v5 @@ -30374,7 +30374,7 @@ The yaml package supports most of YAML 1.2, but preserves some behavior from go-github-com-mohae-deepcopy go-github-com-opencontainers-runtime-spec go-github-com-sirupsen-logrus - ;; go-github-com-syndtr-gocapability + go-github-com-syndtr-gocapability go-github-com-vishvananda-netlink go-golang-org-x-mod go-golang-org-x-sync @@ -30382,9 +30382,9 @@ The yaml package supports most of YAML 1.2, but preserves some behavior from go-golang-org-x-time go-golang-org-x-tools go-google-golang-org-protobuf - ;; go-k8s-io-api - ;; go-k8s-io-apimachinery - #; go-k8s-io-client-go)) + go-k8s-io-api + go-k8s-io-apimachinery + go-k8s-io-client-go)) (home-page "https://gvisor.dev/gvisor") (synopsis "Application Kernel for Containers") (description |
