about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-25 20:05:15 +0200
committerGitHub <noreply@github.com>2023-03-25 20:05:15 +0200
commit03b6ad65f3e62ed36d0982b1022d0a97bd9ccf4c (patch)
treec8fbab1e92e29075e4a388d917c7022aeecc32c9 /pkgs/development
parentfe9d8501bae992842ad413ae386e07cd52df25c1 (diff)
parenteb2ade40d17d3ef97b90b431e7e79bbac4e6e070 (diff)
Merge pull request #223092 from wegank/godot-test
treewide: migrate more packages to scons_latest
Diffstat (limited to 'pkgs/development')
-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 4805399b5914a..4e329ec808393 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 ];
   };
 }