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