gnu: bubblewrap: Build with Python 3.
* gnu/packages/virtualization.scm (bubblewrap)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.master
parent
d2e0b16c48
commit
81678e5ef7
|
@ -1714,7 +1714,7 @@ virtual machines.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcap" ,libcap)))
|
`(("libcap" ,libcap)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-2" ,python-2)
|
`(("python" ,python-wrapper)
|
||||||
("util-linux" ,util-linux)))
|
("util-linux" ,util-linux)))
|
||||||
(home-page "https://github.com/containers/bubblewrap")
|
(home-page "https://github.com/containers/bubblewrap")
|
||||||
(synopsis "Unprivileged sandboxing tool")
|
(synopsis "Unprivileged sandboxing tool")
|
||||||
|
|
Reference in New Issue