[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/285: gnu: gnome-shell-extensions: Depropagate glib:bin.
From: |
guix-commits |
Subject: |
15/285: gnu: gnome-shell-extensions: Depropagate glib:bin. |
Date: |
Sun, 29 Dec 2019 20:43:51 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit c464665c14b42721dbaa392c6d3dbb6d50bbccc7
Author: Leo Prikler <address@hidden>
Date: Sun Dec 22 16:12:32 2019 +0100
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 <address@hidden>
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 12975e8..fbf219c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7596,11 +7596,11 @@ GNOME Shell appearance and extension, etc.")
(arguments
'(#:configure-flags '("-Dextension_set=all")))
(native-inputs
- `(("intltool" ,intltool)
+ `(("glib:bin" ,glib "bin")
+ ("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(propagated-inputs
- `(("glib" ,glib)
- ("glib" ,glib "bin")))
+ `(("glib" ,glib)))
(synopsis "Extensions for GNOME Shell")
(description "GNOME Shell extensions modify and extend GNOME Shell
functionality and behavior.")
- branch wip-gnome3.34 updated (26ec7d6 -> 281bce1), guix-commits, 2019/12/29
- 05/285: gexp: Add system and target support to gexp->file., guix-commits, 2019/12/29
- 07/285: gnu: mumble: Actually modify qt-build-system., guix-commits, 2019/12/29
- 08/285: gnu: gspell: Build with gobject-introspection., guix-commits, 2019/12/29
- 11/285: gnu: cpupower: Fix library location., guix-commits, 2019/12/29
- 04/285: gnu: ktouch: Update to 19.08.3., guix-commits, 2019/12/29
- 06/285: gnu: git-annex: Update to 7.20191218., guix-commits, 2019/12/29
- 10/285: gnu: parallel: Update to 20191222., guix-commits, 2019/12/29
- 13/285: gnu: gnome-shell-extension-hide-app-icon: Fix installation., guix-commits, 2019/12/29
- 14/285: gnu: gnome-shell-extension-dash-to-dock: Depropagate glib:bin., guix-commits, 2019/12/29
- 15/285: gnu: gnome-shell-extensions: Depropagate glib:bin.,
guix-commits <=
- 12/285: gnu: guix-data-service: Update to 0.0.1-9.31110ac., guix-commits, 2019/12/29
- 25/285: gnu: ktouch: Use fixed qt-build-system., guix-commits, 2019/12/29
- 09/285: gnu: Add polari., guix-commits, 2019/12/29
- 23/285: gnu: kdevelop: Use fixed qt-build-system., guix-commits, 2019/12/29
- 16/285: bootloader: grub: Add firmware setup entry., guix-commits, 2019/12/29
- 18/285: gnu: nano: Update to 4.7., guix-commits, 2019/12/29
- 17/285: gnu: icecat: Fix linking with ffmpeg., guix-commits, 2019/12/29
- 19/285: build-system: qt: Actually use qt-build-system, not cmake-build-system., guix-commits, 2019/12/29
- 22/285: gnu: sddm: Use fixed qt-build-system., guix-commits, 2019/12/29
- 21/285: Revert "gnu: mumble: Actually modify qt-build-system.", guix-commits, 2019/12/29