File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 5
5
} :
6
6
let
7
7
disabledDeps = [
8
- # TODO: 2025-04-20: build failure of godot_4
9
- # https://github.com/NixOS/nixpkgs/issues/399818
10
- # https://github.com/NixOS/nixpkgs/pull/400347
11
- "godot"
12
8
] ;
13
9
14
10
inherit ( pkgs . stdenv ) hostPlatform ;
Original file line number Diff line number Diff line change 4
4
...
5
5
} :
6
6
let
7
- enable =
8
- # TODO: 2025-04-20: build failure of godot_4
9
- # https://github.com/NixOS/nixpkgs/issues/399818
10
- # https://github.com/NixOS/nixpkgs/pull/400347
11
- false
12
- # Godot is only available on Linux
13
- && lib . meta . availableOn pkgs . stdenv . hostPlatform pkgs . godot_4 ;
7
+ # Godot is only available on Linux
8
+ enable = lib . meta . availableOn pkgs . stdenv . hostPlatform pkgs . godot_4 ;
14
9
in
15
10
lib . optionalAttrs enable {
16
11
empty = {
You can’t perform that action at this time.
0 commit comments