guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: bubblewrap: Build with Python 3.


From: guix-commits
Subject: 01/12: gnu: bubblewrap: Build with Python 3.
Date: Tue, 21 Jul 2020 17:57:04 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 81678e5ef7be53d7e444abeeaaad71e8928d45fe
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jul 21 15:20:38 2020 +0200

    gnu: bubblewrap: Build with Python 3.
    
    * gnu/packages/virtualization.scm (bubblewrap)[native-inputs]: Change from
    PYTHON-2 to PYTHON-WRAPPER.
---
 gnu/packages/virtualization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 7352e37..d0223bc 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1714,7 +1714,7 @@ virtual machines.")
     (inputs
      `(("libcap" ,libcap)))
     (native-inputs
-     `(("python-2" ,python-2)
+     `(("python" ,python-wrapper)
        ("util-linux" ,util-linux)))
     (home-page "https://github.com/containers/bubblewrap";)
     (synopsis "Unprivileged sandboxing tool")



reply via email to

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