gnu: bind: Don't use NAME in source URI.

* gnu/packages/dns.scm (isc-bind)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-24 17:25:11 +01:00
parent 1584b9d680
commit 54fd7c024b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ and BOOTP/TFTP for network booting of diskless machines.")
(source (origin
(method url-fetch)
(uri (string-append
"https://ftp.isc.org/isc/bind9/" version "/" name "-"
version ".tar.gz"))
"https://ftp.isc.org/isc/bind9/" version
"/bind-" version ".tar.gz"))
(sha256
(base32
"0wzdbn6ig851354cjdys5q3gvqcvl2gmmih1gzr8ldl7sy4r7dvc"))))