guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53359] [PATCH 1/2] gnu: tdlib: Update to 1.8.0.


From: Nicolas Goaziou
Subject: [bug#53359] [PATCH 1/2] gnu: tdlib: Update to 1.8.0.
Date: Wed, 19 Jan 2022 14:17:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

> * gnu/packages/emacs-xyz.scm (tdlib): Update to 1.8.0.

Applied. Thank you.

> +         (add-after 'unpack 'remove-failing-tests
> +           (lambda _
> +             (substitute* "test/CMakeLists.txt"
> +               ;; The test cases are compiled into a distinct binary
> +               ;; which uses mtproto.cpp to attempt to connect to
> +               ;; a remote server. Removing this file from the sources
> +               ;; list disables those specific test cases.
> +               (("\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/mtproto.cpp") ""))
> +             #t)))))

I removed this trailing #T on your behalf.

Regards,
-- 
Nicolas Goaziou





reply via email to

[Prev in Thread] Current Thread [Next in Thread]