mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: docker-compose: Remove Windows-specific input.
* gnu/packages/docker.scm (docker-compose)[inputs]: Remove python-colorama.
This commit is contained in:
parent
5b689de58d
commit
e643d90f0f
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ (define-public docker-compose
|
|||
,python2-backport-ssl-match-hostname)
|
||||
("python-cached-property"
|
||||
,python-cached-property)
|
||||
("python-colorama" ,python-colorama)
|
||||
("python-docker-py" ,python-docker-py)
|
||||
("python-docker-pycreds" ,python-docker-pycreds)
|
||||
("python-dockerpty" ,python-dockerpty)
|
||||
|
|
Loading…
Reference in a new issue