guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: lzlib: Don't use NAME in source URI.


From: guix-commits
Subject: 13/15: gnu: lzlib: Don't use NAME in source URI.
Date: Tue, 12 Feb 2019 11:39:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 76b2f08468cf513d364dd614d3d817a63d8dc1a6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 12 14:30:30 2019 +0100

    gnu: lzlib: Don't use NAME in source URI.
    
    * gnu/packages/compression.scm (lzlib)[source]: Hard-code NAME.
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 2a403c9..af5c311 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1663,8 +1663,8 @@ Clzip is intended to be fully compatible with the regular 
lzip package.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://savannah/lzip/"
-                           name "/" name "-" version ".tar.gz"))
+       (uri (string-append "mirror://savannah/lzip/lzlib/"
+                           "lzlib-" version ".tar.gz"))
        (sha256
         (base32 "0hqhnj2lzqacdbmmnpy91lsm1rd9zlngs1q6s9pyahsv1a0bfshx"))))
     (build-system gnu-build-system)



reply via email to

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