[PATCH] gnu: geary: Add missing input.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Rene Saavedra
Owner
unassigned
Submitted by
Rene Saavedra
Severity
normal

Debbugs page

Rene Saavedra wrote 3 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
O_f3sT1XrlbwHH4BjNMqWJLAq7TmN1bUqpwrZ8GhcjXOwezlrvmbcKBRpvUXZyj-Ul-3AFNc-gmmCgQMdZi9NRpYK6qQVr2sScxp3OeZ5Ls=@protonmail.com
Hello Guix,

This patch allows to build Geary on the master branch.

On my local branch fails with:

--
../source/meson.build:175:2: ERROR: Could not execute command "/tmp/guix-build-geary-40.0.drv-0/source/build-aux/git_version.py".

A full log can be found at /tmp/guix-build-geary-40.0.drv-0/build/meson-logs/meson-log.txt
error: in phase 'configure': uncaught exception:
--


--
Rene
From 9feb061b63b63e6c55cf4c9abc8ed7bd040ba3df Mon Sep 17 00:00:00 2001
From: Rene Saavedra <nanuui@protonmail.com>
Date: Tue, 12 Apr 2022 00:20:16 -0500
Subject: [PATCH] gnu: geary: Add missing input.

* gnu/packages/gnome.scm (geary)[native-inputs]: Add python for configure phase.
---
gnu/packages/gnome.scm | 2 ++
1 file changed, 2 insertions(+)

Toggle diff (22 lines)
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 @@ (define gmime
("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")
--
2.34.0
Ludovic Courtès wrote 3 years ago
(name . Rene Saavedra)(address . nanuui@protonmail.com)(address . 54879-done@debbugs.gnu.org)
877d7ls71d.fsf@gnu.org
Hi,

Rene Saavedra <nanuui@protonmail.com> skribis:

Toggle quote (7 lines)
> From 9feb061b63b63e6c55cf4c9abc8ed7bd040ba3df Mon Sep 17 00:00:00 2001
> From: Rene Saavedra <nanuui@protonmail.com>
> Date: Tue, 12 Apr 2022 00:20:16 -0500
> Subject: [PATCH] gnu: geary: Add missing input.
>
> * gnu/packages/gnome.scm (geary)[native-inputs]: Add python for configure phase.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54879@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54879
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help