Commit eb2ade40 authored by Weijia Wang's avatar Weijia Wang
Browse files

treewide: migrate more packages to scons_latest

parent 89e0570c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 { };