mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue