gnu: enca: Add file-name field to source.
authorTaylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Mon, 23 Nov 2015 12:46:31 +0000 (13:46 +0100)
committerTaylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Mon, 23 Nov 2015 12:46:31 +0000 (13:46 +0100)
* gnu/packages/textutils.scm (enca): Add file-name field to source.

gnu/packages/textutils.scm

index ab6757c..e020290 100644 (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)))