guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: librsvg-next: Don't use name variable in source uri.


From: guix-commits
Subject: 01/02: gnu: librsvg-next: Don't use name variable in source uri.
Date: Sun, 17 Nov 2019 03:16:27 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b3820edc995b504eedee171164e79fc935980615
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 17 09:23:41 2019 +0200

    gnu: librsvg-next: Don't use name variable in source uri.
    
    * gnu/packages/gnome.scm (librsvg-next)[source]: Hardcode name.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f51d366..87f19a0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1409,9 +1409,9 @@ library.")
     (version "2.46.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/librsvg/"
                                   (version-major+minor version)  "/"
-                                  name "-" version ".tar.xz"))
+                                  "librsvg-" version ".tar.xz"))
               (sha256
                (base32
                 "1la3az2af2ccm6rp86b6wh0kq7kxzl4n8pli5qxhyic1rd91xj4n"))))



reply via email to

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