mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
libpeas2: Build vapi
Enabled in most distros and required by valent.
This commit is contained in:
parent
acf8f35b80
commit
ab71ec532c
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user