unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60272] [PATCH] gnu: podman: Enable Btrfs support.
@ 2022-12-23 12:06 Hilton Chain via Guix-patches via
  2023-01-31 22:34 ` bug#60272: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-12-23 12:06 UTC (permalink / raw)
  To: 60272

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60272: [PATCH] gnu: podman: Enable Btrfs support.
  2022-12-23 12:06 [bug#60272] [PATCH] gnu: podman: Enable Btrfs support Hilton Chain via Guix-patches via
@ 2023-01-31 22:34 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-01-31 22:34 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 60272-done

Hilton Chain <hako@ultrarare.space> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-31 22:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23 12:06 [bug#60272] [PATCH] gnu: podman: Enable Btrfs support Hilton Chain via Guix-patches via
2023-01-31 22:34 ` bug#60272: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).