summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-10 20:35:56 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-10 20:54:15 +0200
commitdc858977e79f6f22915c81cdfcaba5f15bb22624 (patch)
tree23ffa2b157990b34c2e7c2a328f308a632631776 /gnu
parentc2e0193eed512b40bd76effd436a2616c85f68d4 (diff)
downloadguix-dc858977e79f6f22915c81cdfcaba5f15bb22624.tar.gz
gnu: emacs-el-x: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-el-x)[source]: Use GIT-FILE-NAME.
Diffstat (limited to 'gnu')
-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 655f76ee9a..946fdf8d25 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4854,7 +4854,7 @@ and RSS, with a user interface inspired by notmuch.")
               (uri (git-reference
                     (url "https://github.com/sigma/el-x.git")
                     (commit (string-append "v" version))))
-              (file-name (string-append name "-" version "-checkout"))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "1i6j44ssxm1xdg0mf91nh1lnprwsaxsx8vsrf720nan7mfr283h5"))))