unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59227] [PATCH] gnu: emacs-forge: Fix build.
@ 2022-11-12 22:07 Thiago Jung Bauermann via Guix-patches via
  2022-11-13 21:14 ` bug#59227: " Thiago Jung Bauermann via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Thiago Jung Bauermann via Guix-patches via @ 2022-11-12 22:07 UTC (permalink / raw)
  To: 59227; +Cc: Thiago Jung Bauermann, liliana.prikler

* 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




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

* bug#59227: [PATCH] gnu: emacs-forge: Fix build.
  2022-11-12 22:07 [bug#59227] [PATCH] gnu: emacs-forge: Fix build Thiago Jung Bauermann via Guix-patches via
@ 2022-11-13 21:14 ` Thiago Jung Bauermann via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Thiago Jung Bauermann via Guix-patches via @ 2022-11-13 21:14 UTC (permalink / raw)
  To: 59227-done


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




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

end of thread, other threads:[~2022-11-13 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-12 22:07 [bug#59227] [PATCH] gnu: emacs-forge: Fix build Thiago Jung Bauermann via Guix-patches via
2022-11-13 21:14 ` bug#59227: " Thiago Jung Bauermann via Guix-patches via

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).