guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1c96b63e0f3b44f567957cb7fb4d471dadfcc5d0
Author: Andrew Tropin <[email protected]>
AuthorDate: Thu Feb 19 15:44:05 2026 +0700

    gnu: podman: Add nftables to PATH.
    
    * gnu/packages/containers.scm (podman)[arguments]: Add nftables to the
    wrapped PATH.
    
    Change-Id: Idc49a43aaf9b0ec0beb446350ba9cc1eb3704f52
---
 gnu/packages/containers.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index ebda8f1701..caecb4e541 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -646,6 +646,7 @@ Its main purpose is to support the key usage by 
@code{docker-init}:
                    ,(string-append #$crun           "/bin")
                    ,(string-append #$gcc            "/bin") ; cpp
                    ,(string-append #$iptables       "/sbin")
+                   ,(string-append #$nftables       "/sbin")
                    ,(string-append #$passt          "/bin")
                    ,(string-append #$procps         "/bin") ; ps
                    "/run/privileged/bin")))))

Reply via email to