mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: guile-lzlib: Declare a source file-name.
* gnu/packages/guile.scm (guile-lzlib)[source]: Add file-name field.
This commit is contained in:
parent
eb44d3b856
commit
90748666a1
1 changed files with 1 additions and 0 deletions
|
@ -824,6 +824,7 @@ Guile's foreign function interface.")
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://notabug.org/guile-lzlib/guile-lzlib/archive/"
|
(string-append "https://notabug.org/guile-lzlib/guile-lzlib/archive/"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rdmszn1qix085ci2mddwq5cypipc004fk7arrrkgn9bv39hazza"))))
|
"0rdmszn1qix085ci2mddwq5cypipc004fk7arrrkgn9bv39hazza"))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue