From 4f5dc6bdb473380619b42986097b56e1ea305f13 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Tue, 9 Nov 2021 22:39:57 +0000 Subject: [PATCH 3/5] gnu: gnome-tweaks: gobject-introspection should be a native input. * gnu/packages/gnome.scm (gnome-tweaks)[inputs]: Move gobject-introspection to a native input. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f725dfe981..ab16157fb5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9795,11 +9795,11 @@ (define-public gnome-tweaks (native-inputs `(("glib:bin" ,glib "bin") ; for glib-compile-resources, etc. ("intltool" ,intltool) - ("pkg-config" ,pkg-config))) + ("pkg-config" ,pkg-config) + ("gobject-introspection" ,gobject-introspection))) (inputs `(("gnome-desktop" ,gnome-desktop) ("gtk+" ,gtk+) - ("gobject-introspection" ,gobject-introspection) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("libhandy" ,libhandy) ("libnotify" ,libnotify) -- 2.33.1