libpeas2: Build vapi

Enabled in most distros and required by valent.
This commit is contained in:
Bobby Rong 2024-10-11 18:26:46 +08:00
parent acf8f35b80
commit ab71ec532c
No known key found for this signature in database

View File

@ -7,6 +7,7 @@
, gobject-introspection
, meson
, ninja
, vala
, gjs
, glib
, lua5_1
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
vala
];
buildInputs = [
@ -65,6 +67,7 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dgtk_doc=true"
"-Dvapi=true"
];
postPatch = ''