guix-patches
[Top][All Lists]
Advanced

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

[bug#60272] [PATCH] gnu: podman: Enable Btrfs support.


From: Hilton Chain
Subject: [bug#60272] [PATCH] gnu: podman: Enable Btrfs support.
Date: Fri, 23 Dec 2022 20:06:19 +0800

* gnu/packages/containers.scm (podman): Enable Btrfs support.
---
 gnu/packages/containers.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index e2d698dcc2..cdeae9edb7 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -281,6 +281,10 @@ (define-public podman
        (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 "0ph8gf5gk9z1hm1v5kv924dipswvgrz0sgk23plnh2q0vbnh4wvv"))
        (file-name (git-file-name name version))))

base-commit: 1b29fccff2334fb5d6e979a290233a452969e39b
-- 
2.38.1






reply via email to

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