diff options
| author | Leo Prikler <leo.prikler@student.tugraz.at> | 2019-12-22 16:12:32 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2019-12-23 09:38:33 +0200 |
| commit | c9ea88734b99545ec844d4c2ee77919a1a678d5f (patch) | |
| tree | a3a3735222675fdb6f618de5c10ee799d339cc2f /gnu | |
| parent | 1f3902ec2d5d93e822ced0e8598cd0b2cb4753e2 (diff) | |
gnu: gnome-shell-extensions: Depropagate glib:bin.
* gnu/packages/gnome.scm (gnome-shell-extensions):
[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.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2f772ee1b01..95da97e95db 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -7570,11 +7570,11 @@ GNOME Shell appearance and extension, etc.") | |||
| 7570 | (arguments | 7570 | (arguments |
| 7571 | '(#:configure-flags '("-Dextension_set=all"))) | 7571 | '(#:configure-flags '("-Dextension_set=all"))) |
| 7572 | (native-inputs | 7572 | (native-inputs |
| 7573 | `(("intltool" ,intltool) | 7573 | `(("glib:bin" ,glib "bin") |
| 7574 | ("intltool" ,intltool) | ||
| 7574 | ("pkg-config" ,pkg-config))) | 7575 | ("pkg-config" ,pkg-config))) |
| 7575 | (propagated-inputs | 7576 | (propagated-inputs |
| 7576 | `(("glib" ,glib) | 7577 | `(("glib" ,glib))) |
| 7577 | ("glib" ,glib "bin"))) | ||
| 7578 | (synopsis "Extensions for GNOME Shell") | 7578 | (synopsis "Extensions for GNOME Shell") |
| 7579 | (description "GNOME Shell extensions modify and extend GNOME Shell | 7579 | (description "GNOME Shell extensions modify and extend GNOME Shell |
| 7580 | functionality and behavior.") | 7580 | functionality and behavior.") |
