unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45305] [PATCH] gnu: Fix .
@ 2020-12-17 21:57 Adam Kandur via Guix-patches via
  2020-12-18 21:23 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-12-17 21:57 UTC (permalink / raw)
  To: 45305

hi everyone! didn't find how to make fix patch, if something wrong i'll redo this.
btw, emacs-docker-compose-mode don't work without propagated emacs-yaml-mode, please add it.


From d623671c38aaa633e79c0ea864e0b1b2e5dd0a58 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Fri, 18 Dec 2020 00:50:37 +0300
Subject: [PATCH] gnu: Fix .

* gnu/packages/emacs-xyz.scm (emacs-docker-compose-mode): Fix package deps
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c9a95ca..66c820e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4716,7 +4716,8 @@ respective @code{*Help*} buffers.")
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)
-       ("emacs-f" ,emacs-f)))
+       ("emacs-f" ,emacs-f)
+       ("emacs-yaml-mode" ,emacs-yaml-mode)))
     (home-page "https://github.com/meqif/docker-compose-mode/")
     (synopsis "Major mode for editing @file{docker-compose} files")
     (description
-- 
2.29.2








^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#45305] [PATCH] gnu: Fix .
  2020-12-17 21:57 [bug#45305] [PATCH] gnu: Fix Adam Kandur via Guix-patches via
@ 2020-12-18 21:23 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-12-18 21:23 UTC (permalink / raw)
  To: 45305; +Cc: 45305-done, Adam Kandur

Hello,

Adam Kandur via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-docker-compose-mode): Fix package
> deps

I "fixed" the commit message and applied your patch. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-18 21:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17 21:57 [bug#45305] [PATCH] gnu: Fix Adam Kandur via Guix-patches via
2020-12-18 21:23 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).