Commit Graph

3 Commits

Author SHA1 Message Date
Artturin
18951ce703 vala: look for files in targetOffset
when vala is in `nativeBuildInputs`, look for files in `buildInputs`.
2023-11-23 20:58:37 +02:00
Randy Eckenrode
94423c0910
vala: work around clang 16 function pointer errors
Clang 16 makes casting function pointers between incompatible types an
error, which causes Vala to fail to build things using glib-2.0.vapi.

`-Wno-incompatible-function-pointer-types` is set unconditionally
because it is supported by all versions of clang and GCC in nixpkgs.

See https://gitlab.gnome.org/GNOME/vala/-/issues/1413.
2023-09-07 18:06:27 -04:00
Jan Tojnar
79ca7f4cb4
vala: add setup hook
Add datadir containing vapidir to XDG_DATA_DIRS and move vapipdir to dev output.
2019-01-20 04:06:20 +01:00