gnu: vala: Remove input labels.

* gnu/packages/gnome.scm (vala)[native-inputs, propagated-inputs]: Remove
labels.
This commit is contained in:
Marius Bakke 2022-08-03 20:34:06 +02:00
parent 5bbd742067
commit c9f5144fa3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4357,19 +4357,19 @@ (define-public vala
;; valac: compile into a binary). ;; valac: compile into a binary).
(delete 'glib-or-gtk-wrap)))) (delete 'glib-or-gtk-wrap))))
(native-inputs (native-inputs
`(("bison" ,bison) (list bison
("dbus" ,dbus) ; for dbus tests dbus ; for dbus tests
("docbook-xml" ,docbook-xml-4.4) docbook-xml-4.4
("docbook-xsl" ,docbook-xsl) docbook-xsl
("flex" ,flex) flex
("gobject-introspection" ,gobject-introspection) ; for gir tests gobject-introspection ; for gir tests
("help2man" ,help2man) help2man
("perl" ,perl) perl
("pkg-config" ,pkg-config) pkg-config
("xsltproc" ,libxslt))) libxslt))
(propagated-inputs (propagated-inputs
`(("glib" ,glib) ; required by libvala-0.40.pc (list glib ; required by libvala-0.40.pc
("libgvc" ,graphviz))) graphviz))
(home-page "https://wiki.gnome.org/Projects/Vala/") (home-page "https://wiki.gnome.org/Projects/Vala/")
(synopsis "Compiler using the GObject type system") (synopsis "Compiler using the GObject type system")
(description "Vala is a programming language using modern high level (description "Vala is a programming language using modern high level