mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: emacs-strace-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-strace-mode)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
f93f4d508c
commit
0dac411dc1
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue