nckx pushed a commit to branch master
in repository guix.
commit 2eb10e886edfa8e3e91f0a5710b526ac452ba97c
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Wed Apr 10 20:44:24 2019 +0200
gnu: emacs-helm-eww: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-eww)[source]: Use GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f434895..641352a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11340,7 +11340,7 @@ keep Parens and Indentation inline with one another.")
(uri (git-reference
(url "https://github.com/emacs-helm/helm-eww.git")
(commit version)))
- (file-name (string-append name "-" version "-checkout"))
+ (file-name (git-file-name name version))
(sha256
(base32
"0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))