guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: openntpd: Get libressl version from the inpu


From: guix-commits
Subject: branch master updated: gnu: openntpd: Get libressl version from the inputs.
Date: Thu, 17 Jun 2021 02:32:17 -0400

This is an automated email from the git hooks/post-receive script.

bricewge pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d65bd74  gnu: openntpd: Get libressl version from the inputs.
d65bd74 is described below

commit d65bd74411ab4820318311062b0f327b139a5784
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Thu Jun 17 08:28:14 2021 +0200

    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(-)

diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index ed852f9..191eedd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]