From 0b8dc9d4b8463c3f68d72c506e49c4706ae64144 Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Sun, 22 Dec 2019 16:12:32 +0100 Subject: [PATCH 3/3] gnu: gnome-shell-extensions: Depropagate glib:bin. * gnu/packages/gnome.scm (gnome-shell-extensions): [propagated-inputs]: Move glib:bin from here... [native-inputs]: ... to here. --- gnu/packages/gnome.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2f772ee1b0..95da97e95d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7570,11 +7570,11 @@ GNOME Shell appearance and extension, etc.") (arguments '(#:configure-flags '("-Dextension_set=all"))) (native-inputs - `(("intltool" ,intltool) + `(("glib:bin" ,glib "bin") + ("intltool" ,intltool) ("pkg-config" ,pkg-config))) (propagated-inputs - `(("glib" ,glib) - ("glib" ,glib "bin"))) + `(("glib" ,glib))) (synopsis "Extensions for GNOME Shell") (description "GNOME Shell extensions modify and extend GNOME Shell functionality and behavior.") -- 2.24.1