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

View file

@ -817,6 +817,7 @@ (define-public sxhkd
(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)