* bug#72780: [PATCH] gnu: emacs-treemacs: add missing package to propagated-inputs
@ 2024-08-23 18:45 Rodrigo Morales
2024-09-05 18:02 ` Nicolas Goaziou via Bug reports for GNU Guix
0 siblings, 1 reply; 2+ messages in thread
From: Rodrigo Morales @ 2024-08-23 18:45 UTC (permalink / raw)
To: 72780
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
This is the first time I'm sending a patch to the guix project. If this
is not the correct way to send patches to Guix, please let me know so
that I don't make the same mistake in the future.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-treemacs-add-missing-package-to-propagated.patch --]
[-- Type: text/x-diff, Size: 1137 bytes --]
From 51811d0ba74704b57822263d684604606ad43da7 Mon Sep 17 00:00:00 2001
From: Rodrigo Morales <rodrigo@morales.pe>
Date: Fri, 23 Aug 2024 13:29:56 -0500
Subject: [PATCH] gnu: emacs-treemacs: add missing package to propagated-inputs
The package emacs-cfrs is not included in the list of
propagated-inputs at emacs-treemacs, but it should be included,
because some of the features of emacs-treemacs use cfrs, see
https://github.com/Alexander-Miller/treemacs/blob/2377d231bcb4ff6841cbf6a7c1e4b6747e26ddd0/src/elisp/treemacs-interface.el#L47-L48
---
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 cb7269d6b9..bfa61ee1e5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31826,7 +31826,8 @@ (define-public emacs-treemacs
emacs-ht
emacs-hydra
emacs-pfuture
- emacs-s))
+ emacs-s
+ emacs-cfrs))
(home-page "https://github.com/Alexander-Miller/treemacs")
(synopsis "Emacs tree style file explorer")
(description
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72780: [PATCH] gnu: emacs-treemacs: add missing package to propagated-inputs
2024-08-23 18:45 bug#72780: [PATCH] gnu: emacs-treemacs: add missing package to propagated-inputs Rodrigo Morales
@ 2024-09-05 18:02 ` Nicolas Goaziou via Bug reports for GNU Guix
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Bug reports for GNU Guix @ 2024-09-05 18:02 UTC (permalink / raw)
To: Rodrigo Morales; +Cc: 72780-done
Hello,
Rodrigo Morales <rodrigo-mailing-lists@morales.pe> writes:
> This is the first time I'm sending a patch to the guix project. If this
> is not the correct way to send patches to Guix, please let me know so
> that I don't make the same mistake in the future.
Thank you for your contribution.
I'm surprised it arrived in the wrong mailing list. Did you follow the
steps mentioned in the manual (at "(guix) Submitting Patches"), or
arguably better, used mumi?
Anyhow I applied your patch. I just reordered inputs alphabetically.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-05 18:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23 18:45 bug#72780: [PATCH] gnu: emacs-treemacs: add missing package to propagated-inputs Rodrigo Morales
2024-09-05 18:02 ` Nicolas Goaziou via Bug reports for GNU Guix
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).