guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnome-terminal: Move dconf to propagated-inputs.


From: Mark H. Weaver
Subject: 01/01: gnu: gnome-terminal: Move dconf to propagated-inputs.
Date: Sat, 11 Jul 2015 06:49:00 +0000

mhw pushed a commit to branch master
in repository guix.

commit 6870216758eba3a5a9772dbf2ce050e4691de0a3
Author: Mark H Weaver <address@hidden>
Date:   Sat Jul 11 02:45:29 2015 -0400

    gnu: gnome-terminal: Move dconf to propagated-inputs.
    
    * gnu/packages/gnome.scm (gnome-terminal): Move dconf from inputs to
      propagated-inputs.
---
 gnu/packages/gnome.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 597b53e..d669d5e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2090,11 +2090,12 @@ floating in an ocean using only your brain and a little 
bit of luck.")
        ("desktop-file-utils" ,desktop-file-utils)
        ("intltool" ,intltool)
        ("itstool" ,itstool)))
+    (propagated-inputs
+     `(("dconf" ,dconf)))
     (inputs
      `(("gtk+" ,gtk+)
        ("vte" ,vte)
        ("gnutls" ,gnutls)
-       ("dconf" ,dconf)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("util-linux" ,util-linux)
        ("vala" ,vala)))



reply via email to

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