From 8700b738f74d139b7906b2db6c1c3ebc79204248 Mon Sep 17 00:00:00 2001
Message-ID: <8700b738f74d139b7906b2db6c1c3ebc79204248.1724206156.git.pirata@gmail.com>
From: Javier Olaechea <pirata@gmail.com>
Date: Tue, 20 Aug 2024 20:45:51 -0500
Subject: [PATCH] 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:
- https://github.com/Silex/docker.el/blob/f3adbf49e1140d13c934f16e19754c42a97dc91f/CHANGELOG.md?plain=1#L17
- https://github.com/Silex/docker.el/commit/cc0046e6a557dce0ccc4108dd22e04f21ba8b0dc
Change-Id: I36a4a10c141072356fe18128213a50a5975b44bb
---
gnu/packages/emacs-xyz.scm | 1 -
1 file changed, 1 deletion(-)
@@ -31431,7 +31431,6 @@ (define-public emacs-docker
(propagated-inputs
(list emacs-aio
emacs-dash
- emacs-docker-tramp
emacs-json-mode
emacs-s
emacs-tablist))
base-commit: 2e7236a4c267267f4fff8c96ba5ae22b2f461c16
--
2.45.1