me
/
guix
Archived
1
0
Fork 0

gnu: guile-gi: Use new input style.

* gnu/packages/guile-xyz.scm (guile-gi)[inputs, native-inputs]: Use new style.
master
Liliana Marie Prikler 2022-01-01 15:32:59 +01:00
parent 40662f7da8
commit 4e5e184af3
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 9 additions and 11 deletions

View File

@ -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")