diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-07-11 22:28:31 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:51 +0200 |
| commit | 4a19e9178bd7014eb3fcb00f15b9885fdb4146fd (patch) | |
| tree | f7f15b0effc5cfdd210c11058d6867fbf4780653 /gnu/packages/docker.scm | |
| parent | 574cb0e02b0cd7918787fae6f95837f4ed56e575 (diff) | |
gnu: containerd: Fix build.
Fixes: guix/guix#1165
* gnu/packages/patches/containerd-fix-includes.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/docker.scm (containerd)[source]: Use patch.
Change-Id: Ib6dc3d2bd7ab5de7726dce07ca904c9f27a492e7
Diffstat (limited to 'gnu/packages/docker.scm')
| -rw-r--r-- | gnu/packages/docker.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm index 4f6c5410adb..6dced98e827 100644 --- a/gnu/packages/docker.scm +++ b/gnu/packages/docker.scm @@ -203,7 +203,8 @@ Python without keeping their credentials in a Docker configuration file.") (sha256 (base32 "1m31y00sq2m76m1jiq4znws8gxbgkh5adklvqibxiz1b96vvwjk8")) (patches - (search-patches "containerd-create-pid-file.patch")))) + (search-patches "containerd-create-pid-file.patch" + "containerd-fix-includes.patch")))) (build-system go-build-system) (arguments (let ((make-flags #~(list (string-append "VERSION=" #$version) |
