mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-19 07:35:54 +02:00
gnu: emacs-mastodon: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-mastodon)[arguments]: Build with emacs-minimal. [propagated-inputs]: Add emacs-transient. Reorder inputs alphabetically. Change-Id: Ie481fa070cb65b3219bb2d755d7ee59cb5de02d0
This commit is contained in:
@@ -35851,7 +35851,6 @@ time.")
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:emacs emacs
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
;; Move the source files to the top level, which is
|
||||
;; included in the EMACSLOADPATH.
|
||||
@@ -35862,7 +35861,8 @@ time.")
|
||||
(rename-file f
|
||||
(basename f)))
|
||||
el-files)))))))
|
||||
(propagated-inputs (list emacs-request emacs-tp emacs-persist))
|
||||
(propagated-inputs
|
||||
(list emacs-persist emacs-request emacs-tp emacs-transient))
|
||||
(home-page "https://codeberg.org/martianh/mastodon.el")
|
||||
(synopsis "Emacs client for Mastodon")
|
||||
(description "@code{mastodon.el} is an Emacs client for Mastodon, the
|
||||
|
||||
Reference in New Issue
Block a user