GNU bug report logs -
#45305
[PATCH] gnu: Fix .
Previous Next
Reported by: Adam Kandur <rndd <at> tuta.io>
Date: Thu, 17 Dec 2020 21:59:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45305 in the body.
You can then email your comments to 45305 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#45305
; Package
guix-patches
.
(Thu, 17 Dec 2020 21:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Adam Kandur <rndd <at> tuta.io>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 17 Dec 2020 21:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#45305
; Package
guix-patches
.
(Fri, 18 Dec 2020 21:24:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Adam Kandur via Guix-patches via <guix-patches <at> 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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Fri, 18 Dec 2020 21:24:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Adam Kandur <rndd <at> tuta.io>
:
bug acknowledged by developer.
(Fri, 18 Dec 2020 21:24:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 16 Jan 2021 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.