diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-24 16:58:33 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-24 17:08:47 +0100 |
| commit | fe590afef7319a8ea921d35b67fb39fb79f5a3b3 (patch) | |
| tree | c81ec1521a2fdcc7514409d5bd9521b5341d1392 /gnu/packages/containers.scm | |
| parent | a2fa37d9c0c17a3e8c1f4bb7f44a1d734400afea (diff) | |
gnu: runc: Fix build.
* gnu/packages/containers.scm (runc):
[native-inputs]: Remove go-github-com-cyphar-filepath-securejoin and
go-github-com-opencontainers-runtime-spec; add
go-github-com-cyphar-filepath-securejoin-0.4.1 and
go-github-com-opencontainers-runtime-spec-1.2.1.
Diffstat (limited to 'gnu/packages/containers.scm')
| -rw-r--r-- | gnu/packages/containers.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index a96e50d4066..d9668e402c7 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -1270,6 +1270,8 @@ Guix machinery.") | |||
| 1270 | (license license:gpl3+))) | 1270 | (license license:gpl3+))) |
| 1271 | 1271 | ||
| 1272 | (define-public runc | 1272 | (define-public runc |
| 1273 | ;; TODO: Inheerit form go-github-com-opencontainers-runc when it's moved | ||
| 1274 | ;; here. | ||
| 1273 | (package | 1275 | (package |
| 1274 | (name "runc") | 1276 | (name "runc") |
| 1275 | (version "1.3.0") | 1277 | (version "1.3.0") |
| @@ -1313,7 +1315,7 @@ Guix machinery.") | |||
| 1313 | (list go-github-com-checkpoint-restore-go-criu-v6 | 1315 | (list go-github-com-checkpoint-restore-go-criu-v6 |
| 1314 | go-github-com-containerd-console | 1316 | go-github-com-containerd-console |
| 1315 | go-github-com-coreos-go-systemd-v22 | 1317 | go-github-com-coreos-go-systemd-v22 |
| 1316 | go-github-com-cyphar-filepath-securejoin | 1318 | go-github-com-cyphar-filepath-securejoin-0.4.1 |
| 1317 | go-github-com-docker-go-units | 1319 | go-github-com-docker-go-units |
| 1318 | go-github-com-godbus-dbus-v5 | 1320 | go-github-com-godbus-dbus-v5 |
| 1319 | go-github-com-moby-sys-capability | 1321 | go-github-com-moby-sys-capability |
| @@ -1322,7 +1324,7 @@ Guix machinery.") | |||
| 1322 | go-github-com-moby-sys-userns | 1324 | go-github-com-moby-sys-userns |
| 1323 | go-github-com-mrunalp-fileutils | 1325 | go-github-com-mrunalp-fileutils |
| 1324 | go-github-com-opencontainers-cgroups-0.0.1 | 1326 | go-github-com-opencontainers-cgroups-0.0.1 |
| 1325 | go-github-com-opencontainers-runtime-spec | 1327 | go-github-com-opencontainers-runtime-spec-1.2.1 |
| 1326 | go-github-com-opencontainers-selinux | 1328 | go-github-com-opencontainers-selinux |
| 1327 | go-github-com-seccomp-libseccomp-golang | 1329 | go-github-com-seccomp-libseccomp-golang |
| 1328 | go-github-com-sirupsen-logrus | 1330 | go-github-com-sirupsen-logrus |
