mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: knot: Update to 3.5.2.
* gnu/packages/dns.scm (knot): Update to 3.5.2. [#:phases]<update-parser>: Update script name. Change-Id: I853024f9db97289ea65730c8c1d4def8b61b6039 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
9f80d52c2c
commit
d554215902
1 changed files with 3 additions and 3 deletions
|
|
@ -852,7 +852,7 @@ Extensions} (DNSSEC).")
|
||||||
(define-public knot
|
(define-public knot
|
||||||
(package
|
(package
|
||||||
(name "knot")
|
(name "knot")
|
||||||
(version "3.4.8")
|
(version "3.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -861,7 +861,7 @@ Extensions} (DNSSEC).")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zydnb9kbk65kbrg01sxl48a5ikdap7lhm1wvmcmk5vhvgxdbb53"))
|
(base32 "0z1h22qjhjvjlli66nq3bl5nskdid6g86jk7v37y02vwy5xq93rm"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "knot-remove-runtime-deps.patch"))
|
(search-patches "knot-remove-runtime-deps.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
|
@ -903,7 +903,7 @@ Extensions} (DNSSEC).")
|
||||||
(add-before 'bootstrap 'update-parser
|
(add-before 'bootstrap 'update-parser
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "src"
|
(with-directory-excursion "src"
|
||||||
(invoke "sh" "../scripts/update-parser.sh"))))
|
(invoke "sh" "../scripts/update_parser.sh"))))
|
||||||
(add-before 'configure 'disable-directory-pre-creation
|
(add-before 'configure 'disable-directory-pre-creation
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Don't install empty directories like ‘/etc’ outside the store.
|
;; Don't install empty directories like ‘/etc’ outside the store.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue