aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-25 13:50:31 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-27 15:48:50 +0100
commit6c8a0b6f5ab9547dc8b8e1618298ccd7939d0ebf (patch)
treeec309f10e6292086efa3b28e2c060c939d135a2c
parent54d80e31d63740d9f10c836c4e429917c662f14e (diff)
downloadguix-6c8a0b6f5ab9547dc8b8e1618298ccd7939d0ebf.tar
guix-6c8a0b6f5ab9547dc8b8e1618298ccd7939d0ebf.tar.gz
gnu: gom: Don't use NAME in source URI.
* gnu/packages/gnome.scm (gom)[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 0e0b30d3a7..65f2e48092 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3521,9 +3521,9 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and Maps for free.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
+ (uri (string-append "mirror://gnome/sources/gom/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "gom-" version ".tar.xz"))
(sha256
(base32
"1zaqqwwkyiswib3v1v8wafpbifpbpak0nn2kp13pizzn9bwz1s5w"))))