summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-10 23:50:27 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-11 00:33:50 +0200
commit1d68eb321ffee0ca6c450f785cc17a735493df0d (patch)
treef032b6f2fdf6b90f0a4b88878416c039155bef44
parentabab956bfc52fc057667cd55fd776e75916e9eea (diff)
downloadpatches-1d68eb321ffee0ca6c450f785cc17a735493df0d.tar
patches-1d68eb321ffee0ca6c450f785cc17a735493df0d.tar.gz
gnu: gvfs: Don't use NAME in source URI.
* gnu/packages/gnome.scm (gvfs)[source]: Hard-code NAME.
-rw-r--r--gnu/packages/gnome.scm4
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"))))