mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: emacs: Patch include path for ffap.
* gnu/packages/emacs.scm (emacs-minimal):[arguments]<#:phases>: Patch include path to C header files for ffap. Change-Id: If703f78eecb8a8bfc1b39a6c2e052b1920b39475 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
74f7766b0c
commit
a2e78ef661
@@ -279,10 +279,10 @@
|
||||
"/run/current-system/profile/bin"
|
||||
"/run/current-system/profile/sbin")))
|
||||
|
||||
;; Make sure Man looks for C header files in the right
|
||||
;; Make sure Man and ffap looks for C header files in the right
|
||||
;; places.
|
||||
(substitute* "lisp/man.el"
|
||||
(("\"/usr/local/include\"" line)
|
||||
(substitute* '("lisp/man.el" "lisp/ffap.el")
|
||||
(("\"/usr/include\" \"/usr/local/include\"" line)
|
||||
(string-join
|
||||
(list line
|
||||
"\"~/.guix-profile/include\""
|
||||
|
||||
Reference in New Issue
Block a user