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:
Oleg Pykhalov 2017-07-25 23:21:42 +03:00 committed by Marius Bakke
parent 16fb1e79ca
commit af79852c99
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2169,7 +2169,7 @@ (define-public neofetch
(("\"/etc/neofetch")
(string-append "\"" out "/etc/neofetch"))
(("\"/usr/share/neofetch")
(string-append "\"" out "/usr/share/neofetch"))))
(string-append "\"" out "/share/neofetch"))))
#t))
(delete 'configure))))
(home-page "https://github.com/dylanaraps/neofetch")