From: "Ludovic Courtès" <ludo@gnu.org>
To: "Jakob L. Kreuze" <zerodaysfordays@sdf.lonestar.org>
Cc: 36638@debbugs.gnu.org
Subject: [bug#36638] [PATCH v2 1/2] gnu: Add websocketpp.
Date: Thu, 18 Jul 2019 11:20:10 +0200 [thread overview]
Message-ID: <87sgr3g0mt.fsf@gnu.org> (raw)
In-Reply-To: <87tvbkpm4b.fsf_-_@sdf.lonestar.org> (Jakob L. Kreuze's message of "Wed, 17 Jul 2019 14:11:16 -0400")
[-- Attachment #1: Type: text/plain, Size: 239 bytes --]
Hi!
zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) skribis:
> * gnu/packages/web.scm (websocketpp): New variable.
Applied with the minor changes below, in particular returning #t from
the build phase.
Thanks,
Ludo’.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1291 bytes --]
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index e61bbba695..f1083505ee 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -872,16 +872,15 @@ for efficient socket-like bidirectional reliable communication channels.")
(build-system cmake-build-system)
(inputs `(("boost" ,boost)
("openssl" ,openssl)))
- (arguments '(#:configure-flags
- '("-DBUILD_TESTS=ON")
+ (arguments '(#:configure-flags '("-DBUILD_TESTS=ON")
#:phases
(modify-phases %standard-phases
(add-after 'install 'remove-tests
- (lambda* (#:key outputs
- #:allow-other-keys)
+ (lambda* (#:key outputs #:allow-other-keys)
(let* ((install-dir (assoc-ref outputs "out"))
(bin-dir (string-append install-dir "/bin")))
- (delete-file-recursively bin-dir)))))))
+ (delete-file-recursively bin-dir)
+ #t))))))
(home-page "https://www.zaphoyd.com/websocketpp/")
(synopsis "C++ library implementing the WebSocket protocol")
(description "WebSocket++ is a C++ library that can be used to implement
next prev parent reply other threads:[~2019-07-18 9:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-13 17:52 [bug#36638] [PATCH 0/2] gnu: Add i2pd Jakob L. Kreuze
2019-07-13 17:53 ` [bug#36638] [PATCH 1/2] gnu: Add websocketpp Jakob L. Kreuze
2019-07-13 17:54 ` [bug#36638] [PATCH 2/2] gnu: Add i2pd Jakob L. Kreuze
2019-07-15 16:29 ` Ludovic Courtès
2019-07-15 16:21 ` [bug#36638] [PATCH 1/2] gnu: Add websocketpp Ludovic Courtès
2019-07-15 16:31 ` Ludovic Courtès
2019-07-16 16:48 ` Jakob L. Kreuze
2019-07-17 18:10 ` [bug#36638] [PATCH v2 0/2] gnu: Add i2pd Jakob L. Kreuze
2019-07-17 18:11 ` [bug#36638] [PATCH v2 1/2] gnu: Add websocketpp Jakob L. Kreuze
2019-07-17 18:12 ` [bug#36638] [PATCH v2 2/2] gnu: Add i2pd Jakob L. Kreuze
2019-07-18 9:27 ` Ludovic Courtès
2019-07-18 9:18 ` [bug#36638] [PATCH v2 1/2] gnu: Add websocketpp Ludovic Courtès
2019-07-18 9:20 ` Ludovic Courtès [this message]
2019-07-18 9:29 ` [bug#36638] [PATCH v2 0/2] gnu: Add i2pd Ludovic Courtès
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=87sgr3g0mt.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=36638@debbugs.gnu.org \
--cc=zerodaysfordays@sdf.lonestar.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).