mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
treewide: re-enable godot tests
This commit is contained in:
parent
57b21234ce
commit
991f3c8709
2 changed files with 2 additions and 11 deletions
|
@ -5,10 +5,6 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
disabledDeps = [
|
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;
|
inherit (pkgs.stdenv) hostPlatform;
|
||||||
|
|
|
@ -4,13 +4,8 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
enable =
|
# Godot is only available on Linux
|
||||||
# TODO: 2025-04-20: build failure of godot_4
|
enable = lib.meta.availableOn pkgs.stdenv.hostPlatform pkgs.godot_4;
|
||||||
# https://github.com/NixOS/nixpkgs/issues/399818
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/400347
|
|
||||||
false
|
|
||||||
# Godot is only available on Linux
|
|
||||||
&& lib.meta.availableOn pkgs.stdenv.hostPlatform pkgs.godot_4;
|
|
||||||
in
|
in
|
||||||
lib.optionalAttrs enable {
|
lib.optionalAttrs enable {
|
||||||
empty = {
|
empty = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue