mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: emacs-websocket: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-websocket)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
3b5d4f72ca
commit
5180dcb199
1 changed files with 1 additions and 1 deletions
|
@ -7963,7 +7963,7 @@ (define-public emacs-websocket
|
|||
(uri (git-reference
|
||||
(url "https://github.com/ahyatt/emacs-websocket.git")
|
||||
(commit version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
|
||||
|
|
Loading…
Reference in a new issue