mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
6dc6d39506
commit
cbc34fea6e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue