guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-tramp: Add missing D-Bus support.


From: guix-commits
Subject: branch master updated: gnu: emacs-tramp: Add missing D-Bus support.
Date: Fri, 08 May 2020 06:54:40 -0400

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 6028f3a  gnu: emacs-tramp: Add missing D-Bus support.
6028f3a is described below

commit 6028f3a1d86c9f3160493aade70713df2524e7c1
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri May 8 12:53:54 2020 +0200

    gnu: emacs-tramp: Add missing D-Bus support.
    
    * gnu/packages/emacs-xyz.scm (emacs-tramp)[arguments]: Use `emacs' instead 
of
    `emacs-minimal' to get D-Bus support at build time.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d1b2a1f..dc22aea 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20162,7 +20162,8 @@ SSH servers.")
         (base32 "01il42xb6s38qnb7bhn9d7gscc5p5y4da5a4dp1i1cyi823sfp8f"))))
     (build-system emacs-build-system)
     (arguments
-     `(#:phases
+     `(#:emacs ,emacs                   ;need D-Bus
+       #:phases
        (modify-phases %standard-phases
          ;; All but one "/bin/" directory refer to remote
          ;; environments, which may not be Guix.  Do not patch them



reply via email to

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