me
/
guix
Archived
1
0
Fork 0

gnu: openntpd: Get libressl version from the inputs.

* gnu/packages/ntp.scm (openntpd)[arguments]: Get libressl version from
the package inputs.
master
Brice Waegeneire 2021-06-17 08:28:14 +02:00
parent 76a9bad380
commit d65bd74411
No known key found for this signature in database
GPG Key ID: A94903A166A18FAE
1 changed files with 3 additions and 1 deletions

View File

@ -190,7 +190,9 @@ computers over a network.")
(arguments
`(#:configure-flags
(let* ((libressl (assoc-ref %build-inputs "libressl"))
(libressl-version ,(package-version libressl)))
(libressl-version ,(package-version
(car (assoc-ref (package-inputs this-package)
"libressl")))))
(list "--with-privsep-user=ntpd"
"--localstatedir=/var"
(string-append "--with-cacert=" libressl