aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-10 20:44:28 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-11 05:32:50 +0200
commitde3bb0e077d2828443673eff8a835549c59d5517 (patch)
treef13b547d7087636ad723f6d4d2c3a422f41d0d43 /gnu/packages
parentcfb041aa4238c6a555cc191c1eae2f0617569684 (diff)
downloadguix-de3bb0e077d2828443673eff8a835549c59d5517.tar.gz
guix-de3bb0e077d2828443673eff8a835549c59d5517.zip
gnu: emacs-helm-flycheck: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-flycheck)[source]: Use GIT-FILE-NAME.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a2464c29f0..462a6322c4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12087,7 +12087,7 @@ See @code{helm-exwm-switch-browser} for an example.")
(uri (git-reference
(url "https://github.com/yasuyk/helm-flycheck")
(commit commit)))
- (file-name (string-append name "-" version "-checkout"))
+ (file-name (git-file-name name version))
(sha256
(base32
"1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))