gnu: podman: Enable Btrfs support.

* gnu/packages/containers.scm (podman): Enable Btrfs support.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Hilton Chain 2022-12-23 20:06:19 +08:00 committed by Ludovic Courtès
parent 0e14096c58
commit ae52644c7f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -281,6 +281,10 @@ configure network interfaces in Linux containers.")
(uri (git-reference
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(modules '((guix build utils)))
;; FIXME: Btrfs libraries not detected by these scripts.
(snippet '(substitute* "Makefile"
((".*hack/btrfs.*") "")))
(sha256
(base32 "05hv4xdf06n728lmsx793zygypc9i404bgcgpy0fyrg8c2s11q2h"))
(file-name (git-file-name name version))))