[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36638] [PATCH v2 1/2] gnu: Add websocketpp.
From: |
Ludovic Courtès |
Subject: |
[bug#36638] [PATCH v2 1/2] gnu: Add websocketpp. |
Date: |
Thu, 18 Jul 2019 11:20:10 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Hi!
address@hidden (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’.
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
- [bug#36638] [PATCH 2/2] gnu: Add i2pd., (continued)
- [bug#36638] [PATCH 2/2] gnu: Add i2pd., Jakob L. Kreuze, 2019/07/13
- [bug#36638] [PATCH 1/2] gnu: Add websocketpp., Ludovic Courtès, 2019/07/15
- [bug#36638] [PATCH 1/2] gnu: Add websocketpp., Ludovic Courtès, 2019/07/15
- [bug#36638] [PATCH 1/2] gnu: Add websocketpp., Jakob L. Kreuze, 2019/07/16
- [bug#36638] [PATCH v2 0/2] gnu: Add i2pd., Jakob L. Kreuze, 2019/07/17
- [bug#36638] [PATCH v2 1/2] gnu: Add websocketpp., Jakob L. Kreuze, 2019/07/17
- [bug#36638] [PATCH v2 2/2] gnu: Add i2pd., Jakob L. Kreuze, 2019/07/17
- [bug#36638] [PATCH v2 2/2] gnu: Add i2pd., Ludovic Courtès, 2019/07/18
- [bug#36638] [PATCH v2 1/2] gnu: Add websocketpp., Ludovic Courtès, 2019/07/18
- [bug#36638] [PATCH v2 1/2] gnu: Add websocketpp.,
Ludovic Courtès <=
- [bug#36638] [PATCH v2 0/2] gnu: Add i2pd., Ludovic Courtès, 2019/07/18