mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ line syntax.")
|
|||
;; 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