guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27313: [PATCH] gnu: libgxps: Add folder separator before name in sou


From: djwj
Subject: bug#27313: [PATCH] gnu: libgxps: Add folder separator before name in source uri
Date: Sat, 10 Jun 2017 18:01:05 +0100

* gnu/packages/gnome.scm (libgxps): Add / before package name in source uri
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 293df870e..d3f734450 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
-- 
2.12.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]