ngz pushed a commit to branch master
in repository guix.

commit cbc34fea6e39b712285c357679a70e20041cc6ae
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 24 17:09:40 2024 +0100

    gnu: emacs-chatgpt-shell: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell)[propagated-inputs]: Add
    emacs-shell-maker.
    
    Change-Id: I208b6bc274a70b7aa144d8775d65857152d67921
---
 gnu/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b3662ae639..f4c3fd3403 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -612,6 +612,7 @@ API key.")
                    (call-with-output-file ".emacs.d/.chatgpt-shell.el"
                      (lambda (port)
                        (display "nil" port))))))))
+    (propagated-inputs (list emacs-shell-maker))
     (home-page "https://github.com/xenodium/chatgpt-shell";)
     (synopsis "ChatGPT and DALL-E Emacs shells and Org Babel libraries")
     (description

Reply via email to