From: Thomas Albers via Guix-patches via <guix-patches@gnu.org>
To: 58496@debbugs.gnu.org
Cc: Thomas Albers <thomas@thomaslabs.org>
Subject: [bug#58496] [PATCH 1/2] gnu: Add libevent-with-openssl
Date: Thu, 13 Oct 2022 17:43:33 +0200 [thread overview]
Message-ID: <20221013154334.19906-1-thomas@thomaslabs.org> (raw)
In-Reply-To: <87v8on20jf.fsf@alpha.mail-host-address-is-not-set>
* gnu/packages/libevent.scm (libevent-with-openssl): New variable.
---
gnu/packages/libevent.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index d807315906..e0ba2b3d5b 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -76,6 +76,17 @@ (define-public libevent
loop.")
(license bsd-3)))
+(define-public libevent-with-openssl
+ (package
+ (inherit libevent)
+ (name "libevent-with-openssl")
+ (inputs
+ `(("openssl" ,openssl)
+ ,@(package-inputs libevent)))
+ (arguments
+ ;; This skips some of the tests which fail on armhf and aarch64.
+ '(#:configure-flags '("--disable-libevent-regress")))))
+
(define-public libev
(package
(name "libev")
--
2.38.0
next prev parent reply other threads:[~2022-10-13 15:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-13 15:41 [bug#58496] [PATCH 0/2] gnu: Add coturn Thomas Albers Raviola via Guix-patches via
2022-10-13 15:43 ` Thomas Albers via Guix-patches via [this message]
2022-10-13 15:43 ` [bug#58496] [PATCH 2/2] " Thomas Albers via Guix-patches via
2022-10-23 13:16 ` [bug#58496] [PATCH 0/2] " Ludovic Courtès
2023-09-02 4:24 ` bug#58496: " Vagrant Cascadian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221013154334.19906-1-thomas@thomaslabs.org \
--to=guix-patches@gnu.org \
--cc=58496@debbugs.gnu.org \
--cc=thomas@thomaslabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).