mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: bubblewrap: Build with Python 3.
* gnu/packages/virtualization.scm (bubblewrap)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
parent
d2e0b16c48
commit
81678e5ef7
1 changed files with 1 additions and 1 deletions
|
@ -1714,7 +1714,7 @@ (define-public bubblewrap
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue