mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' into 'main'
add slirp4netns to podman-compose See merge request glicid-public/guix-glicid!349
This commit is contained in:
commit
8bc47c42ba
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
||||||
#:use-module (gnu packages python-build)
|
#:use-module (gnu packages python-build)
|
||||||
#: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)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public python-pynetbox
|
(define-public python-pynetbox
|
||||||
|
@ -90,7 +91,7 @@
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rd29mysfdlbvn0m9zfyp2n0v5lch0bsj4fmzyjaal6akw23bcid"))))
|
(base32 "1rd29mysfdlbvn0m9zfyp2n0v5lch0bsj4fmzyjaal6akw23bcid"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-dotenv python-pyyaml))
|
(propagated-inputs (list python-dotenv python-pyyaml slirp4netns))
|
||||||
(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