guix-commits
[Top][All Lists]
Advanced

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

19/19: gnu: nghttp2: Fix conditional openssl:static input.


From: guix-commits
Subject: 19/19: gnu: nghttp2: Fix conditional openssl:static input.
Date: Sun, 28 Aug 2022 21:09:45 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 9b389f229b40bbdf31ca4b9739bb87c9069b157e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Aug 28 21:00:51 2022 -0400

    gnu: nghttp2: Fix conditional openssl:static input.
    
    This is a follow up to commit 3ab568573e2.
    
    * gnu/packages/web.scm (nghttp2)[inputs]: Wrap conditional openssl input in 
a
    list.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 24991879ff..c0b382f294 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7512,7 +7512,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
      ;; Required to build the tools (i.e. without ‘--enable-lib-only’).
      (append
       (if (hurd-target?)
-          `(,openssl "static")
+          `((,openssl "static"))
           (list jemalloc))              ; fight nghttpd{,x} heap fragmentation
       (list c-ares
             jansson                     ; for HPACK tools



reply via email to

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