all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Kehayias via Guix-patches via <guix-patches@gnu.org>
To: 53372@debbugs.gnu.org
Subject: [bug#53372] [PATCH] gnu: libratbag: Add python to native inputs.
Date: Wed, 19 Jan 2022 19:09:41 +0000	[thread overview]
Message-ID: <z6-larPP8HJdE5HSz90-XXqN5ndWYIQC0UOzliB3obnQpcFVewJoRklFKaz1jz4G4nYwihGCULdFvnE3vC2-xPqJXfLnKMaCCvyHgD304CE=@protonmail.com> (raw)

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

This fixes the tests failing due to change in Meson not propagating python. Same as other fixes, e.g. 65b2b142358f8d38cf993855fcc4ce0b9ef107eb

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-libratbag-Add-python-to-native-inputs.patch --]
[-- Type: text/x-patch; name=0001-gnu-libratbag-Add-python-to-native-inputs.patch, Size: 920 bytes --]

From 13dedd496eb6f7e944348f4c76831e8cec27af41 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Wed, 19 Jan 2022 14:07:13 -0500
Subject: [PATCH] gnu: libratbag: Add python to native inputs.

Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.

* gnu/packages/gnome.scm (libratbag)[native-inputs]: Add python.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ecec55942d..5f09c17112 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12055,7 +12055,7 @@ (define-public libratbag
                  python-wrap)
                #t))))))
     (native-inputs
-     (list check pkg-config swig valgrind))
+     (list check pkg-config python swig valgrind))
     (inputs
      `(("glib" ,glib)
        ("json-glib" ,json-glib)
-- 
2.34.0


             reply	other threads:[~2022-01-19 19:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-19 19:09 John Kehayias via Guix-patches via [this message]
2022-01-20 13:23 ` bug#53372: [PATCH] gnu: libratbag: Add python to native inputs Mathieu Othacehe

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

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

  git send-email \
    --in-reply-to='z6-larPP8HJdE5HSz90-XXqN5ndWYIQC0UOzliB3obnQpcFVewJoRklFKaz1jz4G4nYwihGCULdFvnE3vC2-xPqJXfLnKMaCCvyHgD304CE=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=53372@debbugs.gnu.org \
    --cc=john.kehayias@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.