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
parent
de488b3a5f
commit
6028f3a1d8
|
@ -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
|
||||||
|
|
Reference in New Issue