mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: enca: Add file-name field to source.
* gnu/packages/textutils.scm (enca): Add file-name field to source.
This commit is contained in:
parent
6f323b0773
commit
bbee7bd765
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ (define-public enca
|
|||
(uri (string-append
|
||||
"https://github.com/nijel/enca/archive/" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xik00x0yvhswsw2isnclabhv536xk1s42cf5z54gfbpbhc7ni8l"))))
|
||||
(base32 "1xik00x0yvhswsw2isnclabhv536xk1s42cf5z54gfbpbhc7ni8l"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("recode" ,recode)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue