gnu: vte: Use new package style.
* gnu/packages/gnome.scm (vte)[arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels.
This commit is contained in:
parent
55ec06ee1d
commit
9e4632081f
@ -4404,18 +4404,17 @@ targeting the GNOME stack simple.")
|
|||||||
"0j8pvn225ybzx9p33ill838bzp8kkdn28383h0vs65m2kiwd9rqk"))))
|
"0j8pvn225ybzx9p33ill838bzp8kkdn28383h0vs65m2kiwd9rqk"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
(list #:configure-flags #~(list "-Dvapi=true"
|
||||||
'("-Dvapi=true"
|
"-D_systemd=false")))
|
||||||
"-D_systemd=false")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("vala" ,vala)
|
vala
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("glib" ,glib "bin") ; for glib-genmarshal, etc.
|
`(,glib "bin") ; for glib-genmarshal, etc.
|
||||||
("gperf" ,gperf)
|
gperf
|
||||||
("python" ,python)
|
python
|
||||||
("xmllint" ,libxml2)))
|
libxml2))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list gtk+ ; required by vte-2.91.pc
|
(list gtk+ ; required by vte-2.91.pc
|
||||||
gnutls ; ditto
|
gnutls ; ditto
|
||||||
|
Loading…
Reference in New Issue
Block a user