mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 10:44:34 +02:00
treewide: disable godot (build failure)
This commit is contained in:
parent
d6709382e7
commit
9eb03ab777
2 changed files with 20 additions and 5 deletions
|
@ -5,6 +5,10 @@
|
|||
}:
|
||||
let
|
||||
disabledDeps = [
|
||||
# TODO: 2025-04-20: build failure of godot_4
|
||||
# https://github.com/NixOS/nixpkgs/issues/399818
|
||||
# https://github.com/NixOS/nixpkgs/pull/400347
|
||||
"godot"
|
||||
];
|
||||
|
||||
inherit (pkgs.stdenv) hostPlatform;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue