guix-patches
[Top][All Lists]
Advanced

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

bug#26872: [PATCH 4/4] gnu: libaio: fix source URL


From: Ethan R. Jones
Subject: bug#26872: [PATCH 4/4] gnu: libaio: fix source URL
Date: Wed, 10 May 2017 22:41:40 -0400

---
 gnu/packages/linux.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 61c960bfb..61aaf5332 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2686,9 +2686,7 @@ Linux Device Mapper multipathing driver:
               (method url-fetch)
              (uri (list
                    (string-append "mirror://debian/pool/main/liba/libaio/"
-                                  name "_" version ".orig.tar.gz")
-                   (string-append 
"https://fedorahosted.org/releases/l/i/libaio/";
-                                  name "-" version ".tar.gz")))
+                                  name "_" version ".orig.tar.gz")))
              (sha256
               (base32
                "0zjzfkwd1kdvq6zpawhzisv7qbq1ffs343i5fs9p498pcf7046g0"))))
-- 
2.12.2






reply via email to

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