guix-patches
[Top][All Lists]
Advanced

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

[bug#54377] [PATCH 1/3] linux-container: 'eval/container' honors #:names


From: Ludovic Courtès
Subject: [bug#54377] [PATCH 1/3] linux-container: 'eval/container' honors #:namespaces.
Date: Sun, 13 Mar 2022 22:54:52 +0100

* gnu/system/linux-container.scm (eval/container): Pass #:namespaces to
'call-with-container'.
---
 gnu/system/linux-container.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm
index e6fd0f1315..415d6b9775 100644
--- a/gnu/system/linux-container.scm
+++ b/gnu/system/linux-container.scm
@@ -291,4 +291,5 @@ (define items
                                                 lowered))
                                    (list "-c"
                                          (object->string
-                                          (lowered-gexp-sexp 
lowered))))))))))))
+                                          (lowered-gexp-sexp lowered))))))
+                  #:namespaces namespaces))))))
-- 
2.34.0






reply via email to

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