gnu: nghttp2: Fix conditional openssl:static input.
This is a follow up to commit 3ab568573e
.
* gnu/packages/web.scm (nghttp2)[inputs]: Wrap conditional openssl input in a
list.
master
parent
a12a2aea28
commit
9b389f229b
|
@ -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
|
||||
|
|
Reference in New Issue