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:
parent
22375a2404
commit
854a5b5b38
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue