me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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")