guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-mastodon: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-mastodon: Fix build.
Date: Tue, 24 Dec 2024 11:26:23 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9629b68211 gnu: emacs-mastodon: Fix build.
9629b68211 is described below

commit 9629b6821118b1896434b32f73521a7f2b686b04
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 24 17:23:19 2024 +0100

    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
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 465cfffd3b..d3760eef07 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]