guix-commits
[Top][All Lists]
Advanced

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

14/285: gnu: gnome-shell-extension-dash-to-dock: Depropagate glib:bin.


From: guix-commits
Subject: 14/285: gnu: gnome-shell-extension-dash-to-dock: Depropagate glib:bin.
Date: Sun, 29 Dec 2019 20:43:51 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 9900dccacb0753f19d30e71ebd220ce28dc4cf72
Author: Leo Prikler <address@hidden>
Date:   Sun Dec 22 16:10:04 2019 +0100

    gnu: gnome-shell-extension-dash-to-dock: Depropagate glib:bin.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock):
    [propagated-inputs]: Move glib:bin from here...
    [native-inputs]: ... to here.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/gnome-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 64fac5e..0fc721b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -139,11 +139,11 @@ the Obsidian icon theme.")
          (delete 'bootstrap)
          (delete 'configure))))
     (native-inputs
-     `(("intltool" ,intltool)
+     `(("glib:bin" ,glib "bin")
+       ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (propagated-inputs
-     `(("glib" ,glib)
-       ("glib" ,glib "bin")))
+     `(("glib" ,glib)))
     (synopsis "Transforms GNOME's dash into a dock")
     (description "This extension moves the dash out of the
 overview, transforming it into a dock for easier application launching and



reply via email to

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