guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: vis: Fix configuration load order.


From: guix-commits
Subject: branch master updated: gnu: vis: Fix configuration load order.
Date: Mon, 01 Jun 2020 09:39:11 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5b588f2  gnu: vis: Fix configuration load order.
5b588f2 is described below

commit 5b588f2c9ba9c40dc32aed7c3cdaa45e8f920509
Author: tsmish <tsymsh@gmail.com>
AuthorDate: Sat May 9 15:51:53 2020 +0000

    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
    
(https://github.com/martanne/vis/blob/7648280a95954304e5e935e2cead16d836b86eda/vis-lua.c#L2662),
    is already set by Makefile to $prefix/share/vis
    
(https://github.com/martanne/vis/blob/7648280a95954304e5e935e2cead16d836b86eda/Makefile#L37).
    
    This fixes issue https://issues.guix.gnu.org/39394
    
    Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
---
 gnu/packages/text-editors.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index d6c0aa7..9e73959 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -102,10 +102,6 @@
                  `("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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]