diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:44:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-14 20:15:28 +0200 |
commit | c1e57bc70fc5bd8f76ddb6ec7009d5571b7387b5 (patch) | |
tree | bf869b4e679bfe1abfd8e1140ad5347dad0c4625 | |
parent | 60ec1cdaeb43a6e9dcbad4cc81227f983398e298 (diff) | |
download | patches-c1e57bc70fc5bd8f76ddb6ec7009d5571b7387b5.tar patches-c1e57bc70fc5bd8f76ddb6ec7009d5571b7387b5.tar.gz |
gnu: emacs-stumpwm-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode)[source]: Use GIT-FILE-NAME.
-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 6a535646db..7e4c8f10cd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11365,7 +11365,7 @@ bookmarks and history.") (uri (git-reference (url "https://github.com/stumpwm/stumpwm-contrib.git") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "1dfwsvz1c8w6j4jp0kzaz78ml3f5dp0a5pvf090kwpbpg176r7iq")))) |