GNU bug report logs - #27313
[PATCH] gnu: libgxps: Add folder separator before name in source uri

Previous Next

Package: guix-patches;

Reported by: djwj <daniel <at> wilshirejones.com>

Date: Sat, 10 Jun 2017 17:33:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: djwj <daniel <at> wilshirejones.com>
To: 27313 <at> debbugs.gnu.org
Cc: djwj <daniel <at> wilshirejones.com>
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





This bug report was last modified 8 years and 41 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.