[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62635] [PATCH v2 2/3] gnu: geary: Add evolution-data-server as inpu
From: |
Liliana Marie Prikler |
Subject: |
[bug#62635] [PATCH v2 2/3] gnu: geary: Add evolution-data-server as input. |
Date: |
Sun, 07 May 2023 21:44:22 +0200 |
User-agent: |
Evolution 3.46.4 |
Hi Juliana,
Am Sonntag, dem 07.05.2023 um 15:21 -0400 schrieb Juliana Sims:
> * gnu/packages/gnome.scm (geary) [inputs]: Add evolution-data-server.
> ---
> gnu/packages/gnome.scm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 4c1d197e56..bc439619cd 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -12344,6 +12344,7 @@ (define-public geary
> (setenv "DISPLAY" ":1"))))))
> (inputs
> (list enchant
> + evolution-data-server
> folks-with-libsoup2
> gcr
> glib
Possibly stupid question: Don't you need evolution-data-server to build
geary? If so, this patch would need to be squashed on top of the
preceding one.
Cheers