guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: guile-gi: Depropagate inputs needed for testing only.


From: guix-commits
Subject: 03/03: gnu: guile-gi: Depropagate inputs needed for testing only.
Date: Sat, 1 Jan 2022 10:11:02 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit df78f622791ea6f832ce0c54f6aaf8f6e58319d1
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Jan 1 15:56:06 2022 +0100

    gnu: guile-gi: Depropagate inputs needed for testing only.
    
    * gnu/packages/guile-xyz.scm (guile-gi)[propagated-inputs]: Remove
    gsettings-desktop-schemas and guile-lib.  Move glib, gtk+ and webkitgtk from
    here...
    [inputs]: ... to here.
---
 gnu/packages/guile-xyz.scm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index d62590aff6..74567830e6 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2965,6 +2965,7 @@ list of components.  This module takes care of that for 
you.")
                   (guix build utils)
                   (ice-9 popen)
                   (ice-9 rdelim))
+       #:disallowed-references ,(list gtk+ webkitgtk)
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'remove-dotted-circle-from-combining-character
@@ -3007,14 +3008,10 @@ list of components.  This module takes care of that for 
you.")
      (list gettext-minimal
            `(,glib "bin") ; for glib-compile-resources
            libtool pkg-config xorg-server))
-    (propagated-inputs
-     (list glib
-           gobject-introspection
-           gsettings-desktop-schemas
-           gtk+
-           guile-lib
-           webkitgtk))
-    (inputs (list guile-3.0))
+    (propagated-inputs (list gobject-introspection))
+    (inputs (list guile-3.0 glib
+                  ;; For tests, only relevant when compiling natively
+                  gtk+ webkitgtk))
     (home-page "https://github.com/spk121/guile-gi";)
     (synopsis "GObject bindings for Guile")
     (description



reply via email to

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