mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
de488b3a5f
commit
6028f3a1d8
1 changed files with 2 additions and 1 deletions
|
@ -20162,7 +20162,8 @@ (define-public emacs-tramp
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue