me
/
guix
Archived
1
0
Fork 0

gnu: vte: Use new package style.

* gnu/packages/gnome.scm (vte)[arguments]: Convert to list of G-Expressions.
[native-inputs]: Drop labels.
master
Liliana Marie Prikler 2022-07-09 08:35:44 +02:00
parent 55ec06ee1d
commit 9e4632081f
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 10 additions and 11 deletions

View File

@ -4404,18 +4404,17 @@ targeting the GNOME stack simple.")
"0j8pvn225ybzx9p33ill838bzp8kkdn28383h0vs65m2kiwd9rqk"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
'("-Dvapi=true"
"-D_systemd=false")))
(list #:configure-flags #~(list "-Dvapi=true"
"-D_systemd=false")))
(native-inputs
`(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)
("vala" ,vala)
("gobject-introspection" ,gobject-introspection)
("glib" ,glib "bin") ; for glib-genmarshal, etc.
("gperf" ,gperf)
("python" ,python)
("xmllint" ,libxml2)))
(list pkg-config
gettext-minimal
vala
gobject-introspection
`(,glib "bin") ; for glib-genmarshal, etc.
gperf
python
libxml2))
(propagated-inputs
(list gtk+ ; required by vte-2.91.pc
gnutls ; ditto