mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: guile-gi: Use new input style.
* gnu/packages/guile-xyz.scm (guile-gi)[inputs, native-inputs]: Use new style.
This commit is contained in:
parent
40662f7da8
commit
4e5e184af3
1 changed files with 9 additions and 11 deletions
|
@ -3004,18 +3004,16 @@ (define-public guile-gi
|
||||||
(setenv "DISPLAY" ":1")
|
(setenv "DISPLAY" ":1")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal
|
||||||
("glib:bin" ,glib "bin") ; for glib-compile-resources
|
`(,glib "bin") ; for glib-compile-resources
|
||||||
("libtool" ,libtool)
|
libtool pkg-config xorg-server))
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("xorg-server" ,xorg-server)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glib" ,glib)
|
(list glib
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gssettings-desktop-schemas" ,gsettings-desktop-schemas)
|
gsettings-desktop-schemas
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("guile-lib" ,guile-lib)
|
guile-lib
|
||||||
("webkitgtk" ,webkitgtk)))
|
webkitgtk))
|
||||||
(inputs (list guile-3.0))
|
(inputs (list guile-3.0))
|
||||||
(home-page "https://github.com/spk121/guile-gi")
|
(home-page "https://github.com/spk121/guile-gi")
|
||||||
(synopsis "GObject bindings for Guile")
|
(synopsis "GObject bindings for Guile")
|
||||||
|
|
Loading…
Reference in a new issue