libmirage: Enable VAPI generation (#416828)

This commit is contained in:
Aleksana 2025-06-16 12:55:39 +08:00 committed by GitHub
commit 275c28a65a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
cmake, cmake,
pkg-config, pkg-config,
gobject-introspection, gobject-introspection,
vala,
glib, glib,
libsndfile, libsndfile,
zlib, zlib,
@ -48,6 +49,7 @@ stdenv.mkDerivation {
pkg-config pkg-config
intltool intltool
gobject-introspection gobject-introspection
vala
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
pcre pcre