guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: knot: Don't use NAME in source URI.


From: guix-commits
Subject: 07/16: gnu: knot: Don't use NAME in source URI.
Date: Tue, 12 Feb 2019 23:43:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit db3f5226ac16ff10a630bea96b1f4c53b252c310
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 12 16:11:38 2019 +0100

    gnu: knot: Don't use NAME in source URI.
    
    * gnu/packages/dns.scm (knot)[source]: Hard-code NAME.
---
 gnu/packages/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 4f3a11c..060002c 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -574,7 +574,7 @@ Extensions} (DNSSEC).")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/";
-                                  name "-" version ".tar.xz"))
+                                  "knot-" version ".tar.xz"))
               (sha256
                (base32
                 "1pwjcv7hzhqawisibybma160k77a6f1v94xw6ay9c7j49vrw05w7"))



reply via email to

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