me
/
guix
Archived
1
0
Fork 0

gnu: snd: Update to 4.3.8.

* gnu/packages/dns.scm (snd): Update to 4.3.8.
[arguments]: Don't explicitly return #t from phases.
master
Tobias Geerinckx-Rice 2021-11-03 16:35:36 +01:00
parent 64753a7bc5
commit d5833914cf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -592,14 +592,14 @@ asynchronous fashion.")
(define-public nsd (define-public nsd
(package (package
(name "nsd") (name "nsd")
(version "4.3.7") (version "4.3.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-" (uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1bg87g0i66hw16fm7gbqmzyi2rcn1hadzz0bg9b8s5mx7g2rwfzx")))) (base32 "1qcrrglm3r486r6n26h5fr1xb1k8jf63gm9b43wrhnigywjpx28i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
@ -635,8 +635,7 @@ asynchronous fashion.")
((".*INSTALL.*\\$\\((config|pid|xfr|db)dir" command) ((".*INSTALL.*\\$\\((config|pid|xfr|db)dir" command)
(string-append "#" command)) (string-append "#" command))
(("\\$\\(nsdconfigfile\\)\\.sample" file-name) (("\\$\\(nsdconfigfile\\)\\.sample" file-name)
(string-append doc "/examples/" file-name))) (string-append doc "/examples/" file-name)))))))
#t))))
#:tests? #f)) ; no tests #:tests? #f)) ; no tests
(inputs (inputs
`(("libevent" ,libevent) `(("libevent" ,libevent)