me
/
guix
Archived
1
0
Fork 0

gnu: goffice: Don't use NAME in source URI.

* gnu/packages/gnome.scm (goffice)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-10-30 04:44:25 +01:00
parent 9f3028676c
commit 16243f0b50
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -2065,9 +2065,9 @@ Hints specification (EWMH).")
(version "0.10.44")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/goffice/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"goffice-" version ".tar.xz"))
(sha256
(base32 "1fd7cm6j0g0mqgpqs4y22b4gd2ll4mcyvg4d0q22d5ndjapl4q3d"))))
(build-system gnu-build-system)