guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: podman: Enable Btrfs support.


From: guix-commits
Subject: 06/07: gnu: podman: Enable Btrfs support.
Date: Tue, 31 Jan 2023 17:58:12 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ae52644c7f1b67df2c39aba492e4c312c8c65487
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Dec 23 20:06:19 2022 +0800

    gnu: podman: Enable Btrfs support.
    
    * gnu/packages/containers.scm (podman): Enable Btrfs support.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/containers.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 985dea7bdb..5761d40420 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]