gnu: sxhkd: Sensibly name source checkout.

* gnu/packages/xdisorg.scm (sxhkd)[source]: Use GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-24 07:09:14 +02:00
parent b60ffcee06
commit f9447dedc5
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 1 additions and 0 deletions

View File

@ -817,6 +817,7 @@ Guile will work for XBindKeys.")
(uri (git-reference
(url "https://github.com/baskerville/sxhkd")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0j7bl2l06r0arrjzpz7al9j6cwzc730knbsijp7ixzz96pq7xa2h"))))
(build-system gnu-build-system)