aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-10 20:37:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-10 20:54:16 +0200
commit74ea764ea4156f6adda9fdd30b598a5365a2240e (patch)
treedc8e7e13d3e22a97d76f8191c9baf540d715ad6a /gnu
parent5b81060e7e2951a18f93d111435079f70af3650d (diff)
downloadguix-74ea764ea4156f6adda9fdd30b598a5365a2240e.tar.gz
guix-74ea764ea4156f6adda9fdd30b598a5365a2240e.zip
gnu: emacs-danneskjold-theme: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-danneskjold-theme)[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 91f35f799b..46fdff73ab 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5815,7 +5815,7 @@ known loosely as deftheme. Many mode-specific customizations are included.")
(uri (git-reference
(url home-page)
(commit commit)))
- (file-name (string-append name "-" version "-checkout"))
+ (file-name (git-file-name name version))
(sha256
(base32
"0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))