forked from mirrors/nixpkgs
librsvg: enable vala on darwin (#200567)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
1d03874733
commit
e835141b09
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue