guix-commits
[Top][All Lists]
Advanced

[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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]