unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rene Saavedra via Guix-patches via <guix-patches@gnu.org>
To: 54879@debbugs.gnu.org
Subject: [bug#54879] [PATCH] gnu: geary: Add missing input.
Date: Tue, 12 Apr 2022 05:29:11 +0000	[thread overview]
Message-ID: <O_f3sT1XrlbwHH4BjNMqWJLAq7TmN1bUqpwrZ8GhcjXOwezlrvmbcKBRpvUXZyj-Ul-3AFNc-gmmCgQMdZi9NRpYK6qQVr2sScxp3OeZ5Ls=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-geary-Add-missing-input.patch --]
[-- Type: text/x-patch; name=0001-gnu-geary-Add-missing-input.patch, Size: 1146 bytes --]

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(+)

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


             reply	other threads:[~2022-04-12 12:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-12  5:29 Rene Saavedra via Guix-patches via [this message]
2022-04-19 10:26 ` bug#54879: [PATCH] gnu: geary: Add missing input Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='O_f3sT1XrlbwHH4BjNMqWJLAq7TmN1bUqpwrZ8GhcjXOwezlrvmbcKBRpvUXZyj-Ul-3AFNc-gmmCgQMdZi9NRpYK6qQVr2sScxp3OeZ5Ls=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=54879@debbugs.gnu.org \
    --cc=nanuui@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).