guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: gnome-terminal: Fix launching of the application.


From: guix-commits
Subject: 03/04: gnu: gnome-terminal: Fix launching of the application.
Date: Wed, 2 Sep 2020 09:06:55 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit b05722c23d0433a0f0c98f5e99ebed86027092c1
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Tue Sep 1 23:52:30 2020 -0400

    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>
---
 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 fb0d9c3..1b8f221 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]