From d65bd74411ab4820318311062b0f327b139a5784 Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Thu, 17 Jun 2021 08:28:14 +0200 Subject: gnu: openntpd: Get libressl version from the inputs. * gnu/packages/ntp.scm (openntpd)[arguments]: Get libressl version from the package inputs. --- gnu/packages/ntp.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm index ed852f94cf..191eedd158 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -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 -- cgit v1.2.3