Skip to content
Snippets Groups Projects
Unverified Commit f9447ded authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: sxhkd: Sensibly name source checkout.

* gnu/packages/xdisorg.scm (sxhkd)[source]: Use GIT-FILE-NAME.
parent b60ffcee
No related branches found
No related tags found
Loading
...@@ -817,6 +817,7 @@ (define-public sxhkd ...@@ -817,6 +817,7 @@ (define-public sxhkd
(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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment