From b05722c23d0433a0f0c98f5e99ebed86027092c1 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Tue, 1 Sep 2020 23:52:30 -0400 Subject: gnu: gnome-terminal: Fix launching of the application. * gnu/packages/gnome.scm (gnome-terminal) [inputs]: Move dconf to ... [propagated-inputs]: ... here. Signed-off-by: Danny Milosavljevic --- gnu/packages/gnome.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fb0d9c3358..1b8f221dbc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5699,8 +5699,7 @@ more fun.") ("vala" ,vala) ("xmllint" ,libxml2))) (inputs - `(("dconf" ,dconf) - ("glib" ,glib) + `(("glib" ,glib) ("gnome-shell-search-provider" ,gnome-shell) ("gtk+" ,gtk+) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) @@ -5708,6 +5707,8 @@ more fun.") ("libpcre2" ,pcre2) ("util-linux" ,util-linux "lib") ("vte" ,vte))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "Terminal emulator") (description "GNOME-Terminal is a terminal emulator for GNOME.") (home-page "https://wiki.gnome.org/Apps/Terminal") -- cgit 1.4.1