mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: goffice: Don't use NAME in source URI.
* gnu/packages/gnome.scm (goffice)[source]: Hard-code NAME.
This commit is contained in:
parent
9f3028676c
commit
16243f0b50
1 changed files with 2 additions and 2 deletions
|
@ -2065,9 +2065,9 @@ (define-public goffice
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue