guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: giblib: Add mirror for source.


From: Efraim Flashner
Subject: 04/08: gnu: giblib: Add mirror for source.
Date: Mon, 16 May 2016 11:48:39 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit bf512da1e42ffb5599199f22c5c5e4cc3dc8111e
Author: Efraim Flashner <address@hidden>
Date:   Mon May 16 14:07:47 2016 +0300

    gnu: giblib: Add mirror for source.
    
    * gnu/packages/image.scm (giblib)[source]: Add a download mirror from
    slackbuilds.
---
 gnu/packages/image.scm |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 264a8c8..2d7d106 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -501,9 +501,13 @@ more modular, simple, and flexible.")
     (version "1.2.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "http://linuxbrit.co.uk/downloads/giblib-";
-                    version ".tar.gz"))
+              (uri (list
+                     (string-append
+                       "http://linuxbrit.co.uk/downloads/giblib-";
+                       version ".tar.gz")
+                     (string-append
+                       
"https://sourceforge.net/projects/slackbuildsdirectlinks/";
+                       "files/giblib/giblib-" version ".tar.gz")))
               (sha256
                (base32
                 "1b4bmbmj52glq0s898lppkpzxlprq9aav49r06j2wx4dv3212rhp"))))



reply via email to

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