gnu: emacs-chatgpt-shell: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell)[propagated-inputs]: Add
emacs-shell-maker.

Change-Id: I208b6bc274a70b7aa144d8775d65857152d67921
This commit is contained in:
Nicolas Goaziou 2024-12-24 17:09:40 +01:00
parent 6dc6d39506
commit cbc34fea6e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -612,6 +612,7 @@ (define-public emacs-chatgpt-shell
(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