diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:44:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:54:17 +0200 |
commit | 647d25879db2642a41f5922beaf216b5eda925e7 (patch) | |
tree | 6dc43c7cb3ac35d04e8bd31116569b32aef2a9d7 /gnu | |
parent | 81b1bd48cf9873ebab8e573d97886bf1071d1a18 (diff) |
gnu: emacs-ibuffer-projectile: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile)[source]: Use GIT-FILE-NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9c9ebc1619..718603e150 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10124,7 +10124,7 @@ within Emacs.") (uri (git-reference (url "https://github.com/purcell/ibuffer-projectile.git") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "1nd26cwwdpnwj0g4w393rd59klpyr6wqrnyr6scmwb5d06bsm44n")))) |