guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: emacs-ebdb: Fix build.
Date: Mon, 22 Jan 2024 03:16: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 48c52ed486 gnu: emacs-ebdb: Fix build.
48c52ed486 is described below

commit 48c52ed486c8e9cd69dcdc51bd7b4db660f01155
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 22 09:14:37 2024 +0100

    gnu: emacs-ebdb: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-ebdb)[propagated-inputs]: Add
    EMACS-ORG-ROAM.
    
    Change-Id: I77c2373dcc50ed4a832bf1d493c44eb0b96ebc7b
---
 gnu/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 48f437131b..82fd2a6e10 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33608,6 +33608,7 @@ federated microblogging social network.")
        (sha256
         (base32 "12sydb2lm571096gpb8r0jpg19wiqpl52rcnrhkvzlhzxgg18pg5"))))
     (build-system emacs-build-system)
+    (propagated-inputs (list emacs-org-roam))
     (home-page "https://github.com/girzel/ebdb";)
     (synopsis "EIEIO port of BBDB, Emacs's contact-management package")
     (description



reply via email to

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