mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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 <dannym@scratchpost.org>
This commit is contained in:
parent
769f4ea088
commit
b05722c23d
1 changed files with 3 additions and 2 deletions
|
@ -5699,8 +5699,7 @@ (define-public gnome-terminal
|
|||
("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 @@ (define-public gnome-terminal
|
|||
("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")
|
||||
|
|
Loading…
Reference in a new issue