mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
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:
parent
0e14096c58
commit
ae52644c7f
1 changed files with 4 additions and 0 deletions
|
@ -281,6 +281,10 @@ configure network interfaces in Linux containers.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/containers/podman")
|
(url "https://github.com/containers/podman")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
;; FIXME: Btrfs libraries not detected by these scripts.
|
||||||
|
(snippet '(substitute* "Makefile"
|
||||||
|
((".*hack/btrfs.*") "")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05hv4xdf06n728lmsx793zygypc9i404bgcgpy0fyrg8c2s11q2h"))
|
(base32 "05hv4xdf06n728lmsx793zygypc9i404bgcgpy0fyrg8c2s11q2h"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue