mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: vala: Remove input labels.
* gnu/packages/gnome.scm (vala)[native-inputs, propagated-inputs]: Remove labels.
This commit is contained in:
parent
5bbd742067
commit
c9f5144fa3
1 changed files with 12 additions and 12 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue