gnu: sxhkd: Sensibly name source checkout.
* gnu/packages/xdisorg.scm (sxhkd)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
b60ffcee06
commit
f9447dedc5
|
@ -817,6 +817,7 @@ Guile will work for XBindKeys.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/baskerville/sxhkd")
|
(url "https://github.com/baskerville/sxhkd")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0j7bl2l06r0arrjzpz7al9j6cwzc730knbsijp7ixzz96pq7xa2h"))))
|
(base32 "0j7bl2l06r0arrjzpz7al9j6cwzc730knbsijp7ixzz96pq7xa2h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue