GNU bug report logs -
#39619
[PATCH 0/4] Add nheko matrix client
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 23 Feb 2020 00:48:34 +0100
with message-id <875zfydvzh.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#39619] [v2] Re: bug#39619: Acknowledgement ([PATCH 0/4] Add nheko matrix client)
has caused the debbugs.gnu.org bug report #39619,
regarding [PATCH 0/4] Add nheko matrix client
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
39619: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39619
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello Guix!
Nheko is a well-known desktop matrix client. I'm using nheko-reborn
like others are doing [1] since mujx/nheko is abandoned.
This patch series adds the program and its missing dependencies
mtxclient, lmdbxx and, tweeny. Guix lint does not complain, and I've
checked and not found non-determinism problems on two different
(x64) computers (not tested on other architectures).
Thanks! Nicolò
[1] https://repology.org/project/nheko/information
nixo (4):
gnu: Add mtxclient.
gnu: Add tweeny.
gnu: Add lmdbxx.
gnu: Add nheko.
gnu/packages/cpp.scm | 28 ++++++++
gnu/packages/databases.scm | 31 ++++++++-
gnu/packages/messaging.scm | 139 ++++++++++++++++++++++++++++++++++++-
3 files changed, 195 insertions(+), 3 deletions(-)
--
2.25.0
[Message part 3 (message/rfc822, inline)]
Hello,
Nicolò Balzarotti <anothersms <at> gmail.com> writes:
> lmdbxx was patch #3, but I created some noise sending replying to
> guix-patches and creating multiple issues. I'm sending it again with
> other fixes applied.
OK. I applied your patches with the two small changes below:
> + (add-before 'configure 'disable-network-tests
> + (lambda _
> + (substitute* "CMakeLists.txt"
> + (("add_test\\([BasicConnectivity|ClientAPI|MediaAPI|Encryption]")
> + "# add_test"))
I changed the regexp to:
"add_test\\((BasicConnectivity|ClientAPI|MediaAPI|Encryption)"
instead.
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/drycpp/lmdbxx.git")
> + (commit (string-append version))))
I removed the `string-append' call.
I also added copyright lines for you in "cpp.scm" and "databases.scm".
Thank you!
Regards,
--
Nicolas Goaziou
This bug report was last modified 5 years and 86 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.