[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38325] [PATCH 1/2] gnu: Add tdlib.
From: |
Ludovic Courtès |
Subject: |
[bug#38325] [PATCH 1/2] gnu: Add tdlib. |
Date: |
Tue, 26 Nov 2019 11:51:00 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello!
Brett Gilio <address@hidden> skribis:
>>From c47ed88ed3945fd7dbdee2b7e507ec512dd799be Mon Sep 17 00:00:00 2001
> From: Brett Gilio <address@hidden>
> Date: Fri, 22 Nov 2019 12:53:32 -0600
> Subject: [PATCH 1/2] gnu: Add tdlib.
>
> * gnu/packages/messaging.scm (tdlib): New variable.
[...]
> + (build-system cmake-build-system)
> + (arguments
> + `(#:tests? #f))
Apparently there are tests. Could you look into enabling them?
If some of them fail, we should investigate.
Last thing: please address ‘guix lint’ warnings, I think there’s a
couple of them. :-)
Thank you,
Ludo’.