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
|
@ -75,7 +75,8 @@ handy front-end to the library.")
|
|||
(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 New Issue