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 <efraim@flashner.co.il>
This commit is contained in:
Leo Prikler 2019-12-22 16:10:04 +01:00 committed by Efraim Flashner
parent d17eb1011c
commit 1f3902ec2d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -139,11 +139,11 @@ (define-public gnome-shell-extension-dash-to-dock
(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