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

* gnu/packages/gnome.scm (gvfs)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-10 23:50:27 +02:00
parent abab956bfc
commit 1d68eb321f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4182,9 +4182,9 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.")
(version "1.36.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/gvfs/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"gvfs-" version ".tar.xz"))
(sha256
(base32
"1xq105596sk9yram5a143b369wpaiiwc9gz86n0j1kfr7nipkqn4"))))