gnu: enca: Add file-name field to source.

* gnu/packages/textutils.scm (enca): Add file-name field to source.
This commit is contained in:
Taylan Ulrich Bayırlı/Kammer 2015-11-23 13:46:31 +01:00
parent 6f323b0773
commit bbee7bd765
1 changed files with 2 additions and 1 deletions

View File

@ -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)))