about summary refs log tree commit diff
path: root/pkgs/development/tools/godot
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-25 18:39:03 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-25 18:39:03 +0200
commiteb2ade40d17d3ef97b90b431e7e79bbac4e6e070 (patch)
tree84e0f2f811b580f7d9d3d0eb9325c3d1f0e6394e /pkgs/development/tools/godot
parent89e0570cab7e8858edad5054f0cbb35a104a7d44 (diff)
treewide: migrate more packages to scons_latest
Diffstat (limited to 'pkgs/development/tools/godot')
-rw-r--r--pkgs/development/tools/godot/3/default.nix2
-rw-r--r--pkgs/development/tools/godot/4/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/godot/3/default.nix b/pkgs/development/tools/godot/3/default.nix
index 97c9786e8fd22..f4d1a1ae5b41a 100644
--- a/pkgs/development/tools/godot/3/default.nix
+++ b/pkgs/development/tools/godot/3/default.nix
@@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
     homepage = "https://godotengine.org";
     description = "Free and Open Source 2D and 3D game engine";
     license = licenses.mit;
-    platforms = [ "i686-linux" "x86_64-linux" ];
+    platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
     maintainers = with maintainers; [ twey ];
   };
 }
diff --git a/pkgs/development/tools/godot/4/default.nix b/pkgs/development/tools/godot/4/default.nix
index e3cc35ef90a5d..3730945b9966a 100644
--- a/pkgs/development/tools/godot/4/default.nix
+++ b/pkgs/development/tools/godot/4/default.nix
@@ -125,7 +125,7 @@ stdenv.mkDerivation rec {
     homepage = "https://godotengine.org";
     description = "Free and Open Source 2D and 3D game engine";
     license = licenses.mit;
-    platforms = [ "i686-linux" "x86_64-linux" ];
+    platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
     maintainers = with maintainers; [ twey shiryel ];
   };
 }