all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53372] [PATCH] gnu: libratbag: Add python to native inputs.
@ 2022-01-19 19:09 John Kehayias via Guix-patches via
  2022-01-20 13:23 ` bug#53372: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2022-01-19 19:09 UTC (permalink / raw)
  To: 53372

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53372: [PATCH] gnu: libratbag: Add python to native inputs.
  2022-01-19 19:09 [bug#53372] [PATCH] gnu: libratbag: Add python to native inputs John Kehayias via Guix-patches via
@ 2022-01-20 13:23 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-01-20 13:23 UTC (permalink / raw)
  To: John Kehayias; +Cc: 53372-done


> Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
> propagates Python.

Closing, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-20 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 19:09 [bug#53372] [PATCH] gnu: libratbag: Add python to native inputs John Kehayias via Guix-patches via
2022-01-20 13:23 ` bug#53372: " Mathieu Othacehe

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.