me
/
guix
Archived
1
0
Fork 0

gnu: vala: Remove input labels.

* gnu/packages/gnome.scm (vala)[native-inputs, propagated-inputs]: Remove
labels.
master
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
1 changed files with 12 additions and 12 deletions

View File

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