gnu: emacs-docker: Remove docker-tramp from the dependency list.

* gnu/packages/emacs-xyz.scm (emacs-docker): Remove docker-tramp from the
  dependency list.

Docker-tramp was removed as a dependency in version 2.3.0 of docker.el. Having
the docker-tramp package installed shows a warning in Emacs.

For more context see:

- f3adbf49e1/CHANGELOG.md (L17)
- cc0046e6a5

Change-Id: I36a4a10c141072356fe18128213a50a5975b44bb
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Javier Olaechea 2024-08-20 20:45:51 -05:00 committed by Nicolas Goaziou
parent 2e7236a4c2
commit 7a872c09f4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -31431,7 +31431,6 @@ constant expressions.")
(propagated-inputs
(list emacs-aio
emacs-dash
emacs-docker-tramp
emacs-json-mode
emacs-s
emacs-tablist))