emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59227: closed ([PATCH] gnu: emacs-forge: Fix build.)


From: GNU bug Tracking System
Subject: bug#59227: closed ([PATCH] gnu: emacs-forge: Fix build.)
Date: Sun, 13 Nov 2022 21:18:02 +0000

Your message dated Sun, 13 Nov 2022 18:14:43 -0300
with message-id <87v8nipn9l.fsf@kolabnow.com>
and subject line Re: [PATCH] gnu: emacs-forge: Fix build.
has caused the debbugs.gnu.org bug report #59227,
regarding [PATCH] gnu: emacs-forge: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59227: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59227
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-forge: Fix build. Date: Sat, 12 Nov 2022 19:07:46 -0300
* gnu/packages/emacs-xyz.scm (emacs-forge): Add ‘inputs’ field.
---

Hello,

This package recently stopped building. Not sure if it was the upgrade of
git or of emacs-magit, but the problem is the lack of the git patckage in
the build environment.

 gnu/packages/emacs-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index edbfb560e80a..98e147a1caf4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26990,6 +26990,8 @@ (define-public emacs-forge
               (chdir "lisp"))))))
      (native-inputs
       (list texinfo))
+     (inputs
+      (list git))
      (propagated-inputs
       (list emacs-closql
             emacs-dash



--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: emacs-forge: Fix build. Date: Sun, 13 Nov 2022 18:14:43 -0300
Thiago Jung Bauermann <bauermann@kolabnow.com> writes:

> This package recently stopped building. Not sure if it was the upgrade of
> git or of emacs-magit, but the problem is the lack of the git patckage in
> the build environment.

Actually, thinking more about it the correct fix is to change Magit to
directly reference the full path of the git executable.

I submitted a patch to that effect in https://issues.guix.gnu.org/59253
so I'm closing this issue.

-- 
Thanks
Thiago


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]