gnu: vala: Change build-system.
* gnu/packages/gnome.scm (vala) [build-system]: Change from gnu to glib-or-gtk. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>master
parent
b1ab7a5a33
commit
ae480633cf
|
@ -4279,28 +4279,28 @@ passwords in the GNOME keyring.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nx5xjarpkl9hgy0qbqfczx7d7clh5g1r8xr5xp8b97c5fsc2rb1"))))
|
"1nx5xjarpkl9hgy0qbqfczx7d7clh5g1r8xr5xp8b97c5fsc2rb1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'pre-check
|
(add-before 'check 'pre-check
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "CC" "gcc")
|
(setenv "CC" "gcc")
|
||||||
(substitute* "valadoc/tests/libvaladoc\
|
(substitute* "valadoc/tests/libvaladoc\
|
||||||
/tests-extra-environment.sh"
|
/tests-extra-environment.sh"
|
||||||
(("export PKG_CONFIG_PATH=" m)
|
(("export PKG_CONFIG_PATH=" m)
|
||||||
(string-append m "$PKG_CONFIG_PATH:"))))))))
|
(string-append m "$PKG_CONFIG_PATH:"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
("xsltproc" ,libxslt)
|
("xsltproc" ,libxslt)
|
||||||
("dbus" ,dbus) ; for dbus tests
|
("dbus" ,dbus) ; for dbus tests
|
||||||
("gobject-introspection" ,gobject-introspection))) ; for gir tests
|
("gobject-introspection" ,gobject-introspection))) ; for gir tests
|
||||||
(inputs
|
(inputs
|
||||||
`(("graphviz" ,graphviz)))
|
`(("graphviz" ,graphviz)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glib" ,glib))) ; required by libvala-0.40.pc
|
`(("glib" ,glib))) ; required by libvala-0.40.pc
|
||||||
(home-page "https://wiki.gnome.org/Projects/Vala/")
|
(home-page "https://wiki.gnome.org/Projects/Vala/")
|
||||||
(synopsis "Compiler for the GObject type system")
|
(synopsis "Compiler for the GObject type system")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue