gnu: gom: Don't use NAME in source URI.
* gnu/packages/gnome.scm (gom)[source]: Hard-code NAME.
This commit is contained in:
parent
54d80e31d6
commit
6c8a0b6f5a
1 changed files with 2 additions and 2 deletions
|
@ -3521,9 +3521,9 @@ (define-public gom
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(uri (string-append "mirror://gnome/sources/gom/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"gom-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zaqqwwkyiswib3v1v8wafpbifpbpak0nn2kp13pizzn9bwz1s5w"))))
|
||||
|
|
Loading…
Reference in a new issue