[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: enca: Add file-name field to source.
From: |
Taylan Ulrich Bay?rl?/Kammer |
Subject: |
01/01: gnu: enca: Add file-name field to source. |
Date: |
Mon, 23 Nov 2015 12:47:58 +0000 |
taylanub pushed a commit to branch master
in repository guix.
commit bbee7bd765413138767d450680e20d3b3e2f7f78
Author: Taylan Ulrich Bayırlı/Kammer <address@hidden>
Date: Mon Nov 23 13:46:31 2015 +0100
gnu: enca: Add file-name field to source.
* gnu/packages/textutils.scm (enca): Add file-name field to source.
---
gnu/packages/textutils.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index ab6757c..e020290 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -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)))