godot_4_6: init at 4.6-stable (#484065)

This commit is contained in:
David McFarland
2026-01-26 22:46:03 +00:00
committed by GitHub
5 changed files with 1320 additions and 0 deletions
@@ -0,0 +1,11 @@
{
version = "4.6-stable";
hash = "sha256-lK9KQsmrNZLx7yP3PwbN93otwkWq2H+nWt85WH/u8oI=";
default = {
exportTemplatesHash = "sha256-OzCsjBdy8l9d+l9lkiyrCpDnuWAXaJEjfFdyUV68zEY=";
};
mono = {
exportTemplatesHash = "sha256-RgVug5TNHx+FzPqr3f/Bpn9ZW/2Z+9ps1ir6dR2/xRk=";
nugetDeps = ./deps.json;
};
}
File diff suppressed because it is too large Load Diff
+4
View File
@@ -440,9 +440,13 @@ let
# disable all builtin libraries by default
perl -pi -e '{ $r |= s:(opts.Add\(BoolVariable\("builtin_.*, )True(\)\)):\1False\2: } END { exit ($r != 1) }' SConstruct
''
+ lib.optionalString (lib.versionOlder version "4.6") ''
substituteInPlace platform/linuxbsd/detect.py \
--replace-fail /usr/include/recastnavigation ${lib.escapeShellArg (lib.getDev recastnavigation)}/include/recastnavigation
''
+ ''
substituteInPlace thirdparty/glad/egl.c \
--replace-fail \
'static const char *NAMES[] = {"libEGL.so.1", "libEGL.so"}' \
+4
View File
@@ -60,6 +60,7 @@ rec {
godotPackages_4_3 = mkGodotPackages "4.3";
godotPackages_4_4 = mkGodotPackages "4.4";
godotPackages_4_5 = mkGodotPackages "4.5";
godotPackages_4_6 = mkGodotPackages "4.6";
godotPackages_4 = godotPackages_4_5;
godotPackages = godotPackages_4;
@@ -72,6 +73,9 @@ rec {
godot_4_5 = godotPackages_4_5.godot;
godot_4_5-mono = godotPackages_4_5.godot-mono;
godot_4_5-export-templates-bin = godotPackages_4_5.export-templates-bin;
godot_4_6 = godotPackages_4_6.godot;
godot_4_6-mono = godotPackages_4_6.godot-mono;
godot_4_6-export-templates-bin = godotPackages_4_6.export-templates-bin;
godot_4 = godotPackages_4.godot;
godot_4-mono = godotPackages_4.godot-mono;
godot_4-export-templates-bin = godotPackages_4.export-templates-bin;
+4
View File
@@ -2610,6 +2610,7 @@ with pkgs;
godotPackages_4_3
godotPackages_4_4
godotPackages_4_5
godotPackages_4_6
godotPackages_4
godotPackages
godot_4_3
@@ -2621,6 +2622,9 @@ with pkgs;
godot_4_5
godot_4_5-mono
godot_4_5-export-templates-bin
godot_4_6
godot_4_6-mono
godot_4_6-export-templates-bin
godot_4
godot_4-mono
godot_4-export-templates-bin