aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-10 20:38:16 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-10 20:54:20 +0200
commit0dac411dc15f6c7fc52fb43f929cbb3c82d5c369 (patch)
tree82233c127043ad0177bfd2bde64d11f01ce7e4fc
parentf93f4d508cccf472a52e560bd37d20e2788305d5 (diff)
downloadguix-0dac411dc15f6c7fc52fb43f929cbb3c82d5c369.tar.gz
guix-0dac411dc15f6c7fc52fb43f929cbb3c82d5c369.zip
gnu: emacs-strace-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-strace-mode)[source]: Use GIT-FILE-NAME.
-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 8660793c4e..338b970b4e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6589,7 +6589,7 @@ performance-oriented and tidy.")
(uri (git-reference
(url "https://github.com/pkmoore/strace-mode")
(commit commit)))
- (file-name (string-append name "-" version "-checkout"))
+ (file-name (git-file-name name version))
(sha256
(base32
"1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))