mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: docker-compose: Fix runtime error by using python-docker@5.
This is a followup to3eb1ceac58
and8d53a08852
to fix the old v1 docker-compose we have until Docker is upgraded. * gnu/packages/docker.scm (docker-compose)[inputs]: Replace python-docker with python-docker@5. Change-Id: Ia53a4dad7e88901ac37b6e9a0bd734605afae9e6
This commit is contained in:
parent
8d53a08852
commit
c1045f169a
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ client.")
|
|||
(inputs
|
||||
(list python-cached-property
|
||||
python-distro
|
||||
python-docker
|
||||
python-docker-5
|
||||
python-dockerpty
|
||||
python-docopt
|
||||
python-dotenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue