~ruther/guix-local

bbee7bd765413138767d450680e20d3b3e2f7f78 — Taylan Ulrich Bayırlı/Kammer 10 years ago 6f323b0
gnu: enca: Add file-name field to source.

* gnu/packages/textutils.scm (enca): Add file-name field to source.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/textutils.scm
M gnu/packages/textutils.scm => gnu/packages/textutils.scm +2 -1
@@ 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)))