diff mbox series

[bug#62635,1/2] gnu: geary: Add missing input to fix launch bug.

Message ID pd5XtVIg66jVfm66SgraaY2WmGyHTdV5Xwlo1ViJM-p-7vg6C1eEsFU7B9jOGKNQp47HW-adrqTQYK8UZ6Lnb4mfS-uihUdD3U_ISkkoXbE=@protonmail.com
State New
Headers show
Series gnu: geary: Add missing dependency, use g-expressions. | expand

Commit Message

J. Sims April 3, 2023, 2 a.m. UTC
Empty Message
diff mbox series

Patch

From fe17ac22c2b97489aad997f706a42da4dcfa5bb8 Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims@protonmail.com>
Date: Sun, 2 Apr 2023 21:46:01 -0400
Subject: [PATCH 1/2] gnu: geary: Add missing input to fix launch bug.

* gnu/packages/gnome.scm (geary): Add missing dependency to fix launch bug.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8c38b94a21..515a242ed0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12638,6 +12638,7 @@  (define gmime
                       (setenv "DISPLAY" ":1"))))))
     (inputs
      (list enchant
+           evolution-data-server
            folks-with-libsoup2
            gcr
            glib
-- 
2.39.2