all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 60272@debbugs.gnu.org
Subject: [bug#60272] [PATCH] gnu: podman: Enable Btrfs support.
Date: Fri, 23 Dec 2022 20:06:19 +0800	[thread overview]
Message-ID: <87pmca5npg.wl-hako@ultrarare.space> (raw)

* 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	other threads:[~2022-12-23 12:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-23 12:06 Hilton Chain via Guix-patches via [this message]
2023-01-31 22:34 ` bug#60272: [PATCH] gnu: podman: Enable Btrfs support Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmca5npg.wl-hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=60272@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.