mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: vis: Fix configuration load order.
* gnu/packages/text-editors.scm (vis)[native-search-paths]: Remove. There is no need to set $VIS_PATH to $prefix/share/vis as VIS_PATH (#define), which is also in search path (7648280a95/vis-lua.c (L2662)
), is already set by Makefile to $prefix/share/vis (7648280a95/Makefile (L37)
). This fixes issue https://issues.guix.gnu.org/39394 Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
This commit is contained in:
parent
1a5706df6f
commit
5b588f2c9b
1 changed files with 0 additions and 4 deletions
|
@ -102,10 +102,6 @@ (define-public vis
|
|||
`("LUA_PATH" ":" prefix (,LUA_PATH))
|
||||
`("LUA_CPATH" ":" prefix (,LUA_CPATH)))
|
||||
#t))))))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "VIS_PATH")
|
||||
(files '("share/vis")))))
|
||||
(inputs `(("lua" ,lua)
|
||||
("ncurses" ,ncurses)
|
||||
("libtermkey" ,libtermkey)
|
||||
|
|
Loading…
Reference in a new issue