mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: coeurl: Add source file-name.
* gnu/packages/curl.scm (coeurl)[source]: Add file-name field.
This commit is contained in:
parent
4ba35ccd18
commit
c0ca63b4da
1 changed files with 1 additions and 0 deletions
|
@ -348,6 +348,7 @@ (define-public coeurl
|
|||
(uri (git-reference
|
||||
(url "https://nheko.im/nheko-reborn/coeurl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kbazvrb4hzc9jr7yywd36ack1yy7bh8sh1kc4jzv6jfzvxjb0i0"))))
|
||||
|
|
Loading…
Reference in a new issue