guix-patches
[Top][All Lists]
Advanced

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

[bug#27831] [PATCH 0/1] gnu: neofetch: Fix search path.


From: Oleg Pykhalov
Subject: [bug#27831] [PATCH 0/1] gnu: neofetch: Fix search path.
Date: Tue, 25 Jul 2017 23:21:41 +0300

ascii logo doesn't work.  We don't use /usr in Guix, do we?  So I made
a quick fix according to strace neofetch output:
[...]
stat("/gnu/store/6rq4dkzbwi89w0dlxj0nm7fzfi2qrjxv-neofetch-3.2.0/usr/share/neofetch/ascii/distro",
 0x7ffe77460b90) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/neofetch/ascii/distro", 0x7ffe77460aa0) = -1 ENOENT (No 
such file or directory)
stat("/data/data/com.termux/files/usr/share/neofetch/ascii/distro", 
0x7ffe774609b0) = -1 ENOENT (No such file or directory)
stat("/boot/home/config/non-packaged/share/neofetch/ascii/distro", 
0x7ffe774608c0) = -1 ENOENT (No such file or directory)
[...]

Oleg Pykhalov (1):
  gnu: neofetch: Fix search path.

 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.13.3






reply via email to

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