mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: popt: Add a source file name.
* gnu/packages/popt.scm (popt)[source](file-name): New field.
This commit is contained in:
parent
a650ee0baa
commit
981bd6e69c
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ (define-public popt
|
|||
;; so fallback to Debians copy.
|
||||
(string-append "https://deb.debian.org/debian/pool/main"
|
||||
"/p/popt/popt_" version ".orig.tar.gz")))
|
||||
;; Ensure the file name stays the same.
|
||||
(file-name (string-append "popt-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1j2c61nn2n351nhj4d25mnf3vpiddcykq005w2h6kw79dwlysa77"))))
|
||||
|
|
Loading…
Reference in a new issue