mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: yadifa: Update to 2.6.4.
* gnu/packages/dns.scm (yadifa): Update to 2.6.4. [arguments]: Add a new 'unhard-code phase.
This commit is contained in:
parent
1c347cd56a
commit
a1ae54b10b
1 changed files with 9 additions and 3 deletions
|
@ -795,16 +795,16 @@ served by AS112. Stub and forward zones are supported.")
|
||||||
(define-public yadifa
|
(define-public yadifa
|
||||||
(package
|
(package
|
||||||
(name "yadifa")
|
(name "yadifa")
|
||||||
(version "2.5.3")
|
(version "2.6.4")
|
||||||
(source
|
(source
|
||||||
(let ((build "10333"))
|
(let ((build "10892"))
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://www.yadifa.eu/sites/default/files/releases/"
|
(string-append "https://www.yadifa.eu/sites/default/files/releases/"
|
||||||
"yadifa-" version "-" build ".tar.gz"))
|
"yadifa-" version "-" build ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mwy6sfnlaslx26f3kpj9alh8i8y8bf1nbnsdd5j04hjsbavd07p")))))
|
(base32 "0wdm0gc01bhd04p3jqxy3y8lgx5v8wlm8saiy35llna5ssi77fyq")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list which))
|
(list which))
|
||||||
|
@ -813,6 +813,12 @@ served by AS112. Stub and forward zones are supported.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'unhard-code
|
||||||
|
(lambda _
|
||||||
|
(substitute* (list "lib/dnslg/Makefile.in"
|
||||||
|
"lib/dnsdb/Makefile.in"
|
||||||
|
"lib/dnscore/Makefile.in")
|
||||||
|
(("/usr/bin/(install)" _ command) command))))
|
||||||
(add-before 'configure 'omit-example-configurations
|
(add-before 'configure 'omit-example-configurations
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile.in"
|
(substitute* "Makefile.in"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue