summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Prikler <leo.prikler@student.tugraz.at>2019-12-22 16:10:04 +0100
committerEfraim Flashner <efraim@flashner.co.il>2019-12-23 09:38:17 +0200
commit1f3902ec2d5d93e822ced0e8598cd0b2cb4753e2 (patch)
treea544dbecbe5a03f871ffba422c83965b23a13ae0 /gnu
parentd17eb1011c1b69335a82a47f1d23878647ecf77f (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 64fac5e3e69..0fc721b7d3b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -139,11 +139,11 @@ the Obsidian icon theme.")
139 (delete 'bootstrap) 139 (delete 'bootstrap)
140 (delete 'configure)))) 140 (delete 'configure))))
141 (native-inputs 141 (native-inputs
142 `(("intltool" ,intltool) 142 `(("glib:bin" ,glib "bin")
143 ("intltool" ,intltool)
143 ("pkg-config" ,pkg-config))) 144 ("pkg-config" ,pkg-config)))
144 (propagated-inputs 145 (propagated-inputs
145 `(("glib" ,glib) 146 `(("glib" ,glib)))
146 ("glib" ,glib "bin")))
147 (synopsis "Transforms GNOME's dash into a dock") 147 (synopsis "Transforms GNOME's dash into a dock")
148 (description "This extension moves the dash out of the 148 (description "This extension moves the dash out of the
149overview, transforming it into a dock for easier application launching and 149overview, transforming it into a dock for easier application launching and