mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
iptables is also necessary for podman-compose
This commit is contained in:
parent
b225d1658d
commit
8ca9df6d44
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
||||||
#:use-module (gnu packages serialization)
|
#:use-module (gnu packages serialization)
|
||||||
#:use-module (gnu packages python-xyz)
|
#:use-module (gnu packages python-xyz)
|
||||||
#:use-module (gnu packages containers)
|
#:use-module (gnu packages containers)
|
||||||
|
#:use-module (gnu packages linux)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public python-pynetbox
|
(define-public python-pynetbox
|
||||||
|
@ -91,7 +92,7 @@
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rd29mysfdlbvn0m9zfyp2n0v5lch0bsj4fmzyjaal6akw23bcid"))))
|
(base32 "1rd29mysfdlbvn0m9zfyp2n0v5lch0bsj4fmzyjaal6akw23bcid"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-dotenv python-pyyaml slirp4netns))
|
(propagated-inputs (list python-dotenv python-pyyaml slirp4netns iptables))
|
||||||
(native-inputs (list python-black python-flake8 python-pre-commit
|
(native-inputs (list python-black python-flake8 python-pre-commit
|
||||||
python-pylint))
|
python-pylint))
|
||||||
(home-page "https://github.com/containers/podman-compose")
|
(home-page "https://github.com/containers/podman-compose")
|
||||||
|
|
Loading…
Add table
Reference in a new issue