mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
6b2bfc9035
commit
9629b68211
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue