diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-10 23:50:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-11 00:33:50 +0200 |
commit | 1d68eb321ffee0ca6c450f785cc17a735493df0d (patch) | |
tree | f032b6f2fdf6b90f0a4b88878416c039155bef44 /gnu | |
parent | abab956bfc52fc057667cd55fd776e75916e9eea (diff) | |
download | patches-1d68eb321ffee0ca6c450f785cc17a735493df0d.tar patches-1d68eb321ffee0ca6c450f785cc17a735493df0d.tar.gz |
gnu: gvfs: Don't use NAME in source URI.
* gnu/packages/gnome.scm (gvfs)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d40919693a..4d7ed45f77 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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")))) |