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:
parent
d17eb1011c
commit
1f3902ec2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user