mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-minimal: Adjust Guix paths in snippet.
* gnu/packages/emacs.scm (emacs-minimal)[source]: Add "/run/privileged/bin" and Guix Home paths to ‘tramp-remote-path’. Add Guix Home path to ‘Man-header-file-path’. Change-Id: I20536ae93c74e06eafa5fd26a1b421680c177102 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
a4a8e53a33
commit
6a9bb94fac
1 changed files with 9 additions and 5 deletions
|
@ -172,8 +172,11 @@
|
|||
(substitute* "net/tramp.el"
|
||||
;; Patch the line after "(defcustom tramp-remote-path".
|
||||
(("\\(tramp-default-remote-path")
|
||||
(format #f "(tramp-default-remote-path ~s ~s ~s ~s "
|
||||
(format
|
||||
#f "(tramp-default-remote-path ~s ~s ~s ~s ~s ~s ~s "
|
||||
"/run/privileged/bin"
|
||||
"~/.guix-profile/bin" "~/.guix-profile/sbin"
|
||||
"~/.guix-home/bin" "~/.guix-home/sbin"
|
||||
"/run/current-system/profile/bin"
|
||||
"/run/current-system/profile/sbin")))
|
||||
|
||||
|
@ -184,7 +187,8 @@
|
|||
(string-join
|
||||
(list line
|
||||
"\"~/.guix-profile/include\""
|
||||
"\"/var/guix/profiles/system/profile/include\"")
|
||||
"\"~/.guix-home/include\""
|
||||
"\"/run/current-system/profile/include\"")
|
||||
" ")))))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue