me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2020-05-08 12:53:54 +02:00
parent de488b3a5f
commit 6028f3a1d8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 1 deletions

View File

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