mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-mentor: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-mentor)[propagated-inputs]: Add EMACS-URL-SCGI.
This commit is contained in:
parent
1559341be5
commit
62d88f2531
1 changed files with 1 additions and 1 deletions
|
@ -14822,7 +14822,7 @@ (define-public emacs-mentor
|
|||
"1kkzm881fxhc5hb83x0j12lv22b72nzw45qrypbl1jf2siispz9l"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-xml-rpc))
|
||||
(list emacs-async emacs-url-scgi emacs-xml-rpc))
|
||||
(home-page "https://elpa.nongnu.org/nongnu/mentor.html")
|
||||
(synopsis "Emacs front-end for the rTorrent bittorrent client")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue