gnu: neofetch: Fix search path.
* gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for distro logo. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
16fb1e79ca
commit
af79852c99
|
@ -2169,7 +2169,7 @@ tool for remote execution and deployment.")
|
||||||
(("\"/etc/neofetch")
|
(("\"/etc/neofetch")
|
||||||
(string-append "\"" out "/etc/neofetch"))
|
(string-append "\"" out "/etc/neofetch"))
|
||||||
(("\"/usr/share/neofetch")
|
(("\"/usr/share/neofetch")
|
||||||
(string-append "\"" out "/usr/share/neofetch"))))
|
(string-append "\"" out "/share/neofetch"))))
|
||||||
#t))
|
#t))
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "https://github.com/dylanaraps/neofetch")
|
(home-page "https://github.com/dylanaraps/neofetch")
|
||||||
|
|
Loading…
Reference in New Issue