mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: shotwell: Don't use NAME in source URI.
* gnu/packages/gnome.scm (shotwell)[source]: Hard-code NAME.
This commit is contained in:
parent
a1c6fb52f7
commit
5497d68257
1 changed files with 2 additions and 2 deletions
|
@ -4724,9 +4724,9 @@ (define-public shotwell
|
|||
(version "0.30.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(uri (string-append "mirror://gnome/sources/shotwell/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"shotwell-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1m9i8r4gyd2hzlxjjwfyck4kz7gdg2vz2k6l6d0ga9hdfq2l4p9l"))))
|
||||
|
|
Loading…
Reference in a new issue