guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: guile-gi: Use new input style.


From: guix-commits
Subject: 01/03: gnu: guile-gi: Use new input style.
Date: Sat, 1 Jan 2022 10:11:01 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 4e5e184af38df216a2a855aa6adaaccf4bc1dfb8
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Jan 1 15:32:59 2022 +0100

    gnu: guile-gi: Use new input style.
    
    * gnu/packages/guile-xyz.scm (guile-gi)[inputs, native-inputs]: Use new 
style.
---
 gnu/packages/guile-xyz.scm | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 8d63b5d11e..a1d54b4fd9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3004,18 +3004,16 @@ list of components.  This module takes care of that for 
you.")
              (setenv "DISPLAY" ":1")
              #t)))))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("glib:bin" ,glib "bin") ; for glib-compile-resources
-       ("libtool" ,libtool)
-       ("pkg-config" ,pkg-config)
-       ("xorg-server" ,xorg-server)))
+     (list gettext-minimal
+           `(,glib "bin") ; for glib-compile-resources
+           libtool pkg-config xorg-server))
     (propagated-inputs
-     `(("glib" ,glib)
-       ("gobject-introspection" ,gobject-introspection)
-       ("gssettings-desktop-schemas" ,gsettings-desktop-schemas)
-       ("gtk+" ,gtk+)
-       ("guile-lib" ,guile-lib)
-       ("webkitgtk" ,webkitgtk)))
+     (list glib
+           gobject-introspection
+           gsettings-desktop-schemas
+           gtk+
+           guile-lib
+           webkitgtk))
     (inputs (list guile-3.0))
     (home-page "https://github.com/spk121/guile-gi";)
     (synopsis "GObject bindings for Guile")



reply via email to

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