mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +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
|
||||
(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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue