me
/
guix
Archived
1
0
Fork 0

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
Maxim Cournoyer 2022-08-28 21:00:51 -04:00
parent a12a2aea28
commit 9b389f229b
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -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