gnu: gnome-shell-extension-dash-to-dock: Depropagate glib:bin.
authorLeo Prikler <leo.prikler@student.tugraz.at>
Sun, 22 Dec 2019 15:10:04 +0000 (16:10 +0100)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 23 Dec 2019 07:38:17 +0000 (09:38 +0200)
* 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 <efraim@flashner.co.il>
gnu/packages/gnome-xyz.scm

index 64fac5e..0fc721b 100644 (file)
@@ -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