[PATCH] gnu: emacs-treemacs: add missing package to propagated-inputs

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Rodrigo Morales
Owner
unassigned
Submitted by
Rodrigo Morales
Severity
normal

Debbugs page

Rodrigo Morales wrote 7 months ago
(address . bug-guix@gnu.org)
87zfp3qdru.fsf@morales.pe
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.
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
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (16 lines)
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
Nicolas Goaziou wrote 6 months ago
(name . Rodrigo Morales)(address . rodrigo-mailing-lists@morales.pe)(address . 72780-done@debbugs.gnu.org)
87ed5you6i.fsf@nicolasgoaziou.fr
Hello,

Rodrigo Morales <rodrigo-mailing-lists@morales.pe> writes:

Toggle quote (4 lines)
> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72780@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72780
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help