diff options
author | djwj <daniel@wilshirejones.com> | 2017-06-10 18:01:05 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-06-10 23:39:59 +0200 |
commit | 7f10628ca8e7693cd421d2a3f3ae67e864b67998 (patch) | |
tree | 51ddd0b9513152979696081981165ca5d0503a77 /gnu | |
parent | afd9ed5c0c3ae562c3a2a7d752f2d6c8c637c6dc (diff) |
gnu: libgxps: Add "/" before name in source URL.
* gnu/packages/gnome.scm (libgxps)[source]: Add "/".
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 293df870e0..d3f7344508 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -294,7 +294,7 @@ access the common Google services, and has full asynchronous support.") (version "0.2.5") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources" name "/" + (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 |