treewide: migrate more packages to scons_latest

This commit is contained in:
Weijia Wang
2023-03-25 18:39:03 +02:00
parent 89e0570cab
commit eb2ade40d1
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -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 ];
};
}
+1 -1
View File
@@ -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 ];
};
}
+2 -6
View File
@@ -7900,13 +7900,9 @@ with pkgs;
gocryptfs = callPackage ../tools/filesystems/gocryptfs { };
godot_4 = callPackage ../development/tools/godot/4 {
scons = sconsPackages.scons_4_1_0;
};
godot_4 = callPackage ../development/tools/godot/4 { };
godot = callPackage ../development/tools/godot/3 {
scons = sconsPackages.scons_4_1_0;
};
godot = callPackage ../development/tools/godot/3 { };
godot-export-templates = callPackage ../development/tools/godot/3/export-templates.nix { };