guix-patches
[Top][All Lists]
Advanced

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

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


From: Thiago Jung Bauermann
Subject: [bug#59227] [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





reply via email to

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