mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-flymake-perlcritic: Add a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-flymake-perlcritic)[source]: Add a file-name field. Change-Id: I04644b44fe6b7842dad61aa6c7ad789f44f4dc0f
This commit is contained in:
parent
80933114e2
commit
e57268dd74
1 changed files with 1 additions and 0 deletions
|
@ -2999,6 +2999,7 @@ (define-public emacs-flymake-perlcritic
|
|||
(uri (git-reference
|
||||
(url "https://github.com/flymake/emacs-flymake-perlcritic")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1n2682ly8pw8sjj7bix4qjjxc5x396m6sxbv0k6vs93z4i1gy2qm"))))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Reference in a new issue