[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: sxhkd: Sensibly name source checkout.
From: |
guix-commits |
Subject: |
02/02: gnu: sxhkd: Sensibly name source checkout. |
Date: |
Tue, 24 Sep 2019 01:21:56 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f9447dedc50489f36022c60763868edbd0aa570e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 24 07:09:14 2019 +0200
gnu: sxhkd: Sensibly name source checkout.
* gnu/packages/xdisorg.scm (sxhkd)[source]: Use GIT-FILE-NAME.
---
gnu/packages/xdisorg.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 690a82e..066804e 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -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)