1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

tests/all-package-defaults: disable qtdeclarative on darwin (depends on wayland)

This commit is contained in:
Gaetan Lepage 2025-10-24 17:23:55 +02:00 committed by Gaétan Lepage
parent 22375a2404
commit 854a5b5b38

View file

@ -72,6 +72,9 @@ let
"rustaceanvim" "rustaceanvim"
] ]
++ lib.optionals hostPlatform.isDarwin [ ++ lib.optionals hostPlatform.isDarwin [
# 2025-10-24 dependency wayland is not available on darwin
"qtdeclarative"
# 2025-10-20 dependency rubyPackages.nokogiri build failure # 2025-10-20 dependency rubyPackages.nokogiri build failure
# gumbo.c:32:10: fatal error: 'nokogiri_gumbo.h' file not found # gumbo.c:32:10: fatal error: 'nokogiri_gumbo.h' file not found
"actionlint" "actionlint"