lol

Merge pull request #223092 from wegank/godot-test

treewide: migrate more packages to scons_latest

authored by

Weijia Wang and committed by
GitHub
03b6ad65 fe9d8501

+4 -8
+1 -1
pkgs/development/tools/godot/3/default.nix
··· 102 102 homepage = "https://godotengine.org"; 103 103 description = "Free and Open Source 2D and 3D game engine"; 104 104 license = licenses.mit; 105 - platforms = [ "i686-linux" "x86_64-linux" ]; 105 + platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ]; 106 106 maintainers = with maintainers; [ twey ]; 107 107 }; 108 108 }
+1 -1
pkgs/development/tools/godot/4/default.nix
··· 125 125 homepage = "https://godotengine.org"; 126 126 description = "Free and Open Source 2D and 3D game engine"; 127 127 license = licenses.mit; 128 - platforms = [ "i686-linux" "x86_64-linux" ]; 128 + platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ]; 129 129 maintainers = with maintainers; [ twey shiryel ]; 130 130 }; 131 131 }
+2 -6
pkgs/top-level/all-packages.nix
··· 7900 7900 7901 7901 gocryptfs = callPackage ../tools/filesystems/gocryptfs { }; 7902 7902 7903 - godot_4 = callPackage ../development/tools/godot/4 { 7904 - scons = sconsPackages.scons_4_1_0; 7905 - }; 7903 + godot_4 = callPackage ../development/tools/godot/4 { }; 7906 7904 7907 - godot = callPackage ../development/tools/godot/3 { 7908 - scons = sconsPackages.scons_4_1_0; 7909 - }; 7905 + godot = callPackage ../development/tools/godot/3 { }; 7910 7906 7911 7907 godot-export-templates = callPackage ../development/tools/godot/3/export-templates.nix { }; 7912 7908