diff options
author | Rene Saavedra <nanuui@protonmail.com> | 2022-04-12 00:20:16 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-19 12:29:45 +0200 |
commit | 19f4497cb6848d6bdc7acadc250acc5adf452fec (patch) | |
tree | a556d5bc9fa8bd5c3125a18e1f788315328fa51a | |
parent | 85c503331683088a2f262ecadfe04851a2aee1a9 (diff) | |
download | guix-19f4497cb6848d6bdc7acadc250acc5adf452fec.tar guix-19f4497cb6848d6bdc7acadc250acc5adf452fec.tar.gz |
gnu: geary: Add missing input.
* gnu/packages/gnome.scm (geary)[native-inputs]: Add python for configure phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 19adb67423..c566988024 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -70,6 +70,7 @@ ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com> ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> ;;; Copyright © 2022 Leo Nikkilä <hello@lnikki.la> +;;; Copyright © 2022 Rene Saavedra <nanuui@protonmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -11818,6 +11819,7 @@ these services on the Guix System.") ("libarchive" ,libarchive) ("libxml2" ,libxml2) ("pkg-config" ,pkg-config) + ("python" ,python-minimal) ("vala" ,vala) ("xvfb" ,xorg-server-for-tests))) (synopsis "GNOME email application built around conversations") |