librsvg: enable vala on darwin (#200567)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Weijia Wang 2022-11-20 07:14:38 +01:00 committed by GitHub
parent 1d03874733
commit e835141b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,10 +87,7 @@ stdenv.mkDerivation rec {
configureFlags = [
(lib.enableFeature withIntrospection "introspection")
# Vapi does not build on MacOS.
# https://github.com/NixOS/nixpkgs/pull/117081#issuecomment-827782004
(lib.enableFeature (withIntrospection && !stdenv.isDarwin) "vala")
(lib.enableFeature withIntrospection "vala")
"--enable-always-build-tests"
] ++ lib.optional stdenv.isDarwin "--disable-Bsymbolic"