Commit 312201ae authored by David McFarland's avatar David McFarland
Browse files

godot-export-templates: rename to godot-export-templates-bin

parent 03756b98
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -58,14 +58,14 @@ in

  godot_4_3 = godotPackages_4_3.godot;
  godot_4_3-mono = godotPackages_4_3.godot-mono;
  godot_4_3-export-templates = godotPackages_4_3.export-templates-bin;
  godot_4_3-export-templates-bin = godotPackages_4_3.export-templates-bin;
  godot_4_4 = godotPackages_4_4.godot;
  godot_4_4-mono = godotPackages_4_4.godot-mono;
  godot_4_4-export-templates = godotPackages_4_4.export-templates-bin;
  godot_4_4-export-templates-bin = godotPackages_4_4.export-templates-bin;
  godot_4 = godotPackages_4.godot;
  godot_4-mono = godotPackages_4.godot-mono;
  godot_4-export-templates = godotPackages_4.export-templates-bin;
  godot_4-export-templates-bin = godotPackages_4.export-templates-bin;
  godot = godotPackages.godot;
  godot-mono = godotPackages.godot-mono;
  godot-export-templates = godotPackages.export-templates-bin;
  godot-export-templates-bin = godotPackages.export-templates-bin;
}
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# Export templates version should be kept in sync with Godot version.
# https://docs.godotengine.org/en/stable/tutorials/export/exporting_projects.html#export-templates
stdenvNoCC.mkDerivation {
  pname = "godot-export-templates";
  pname = "godot-export-templates-bin";
  version = version;

  src = fetchurl {
+4 −0
Original line number Diff line number Diff line
@@ -796,6 +796,10 @@ mapAliases {
  grafana-agent = throw "'grafana-agent' has been removed, as it only works with an EOL compiler and will become EOL during the 25.05 release. Consider migrating to 'grafana-alloy' instead"; # Added 2025-04-02

  #godot
  godot_4_3-export-templates = lib.warnOnInstantiate "godot_4_3-export-templates has been renamed to godot_4_3-export-templates-bin" godot_4_3-export-templates-bin;
  godot_4_4-export-templates = lib.warnOnInstantiate "godot_4_4-export-templates has been renamed to godot_4_4-export-templates-bin" godot_4_4-export-templates-bin;
  godot_4-export-templates = lib.warnOnInstantiate "godot_4-export-templates has been renamed to godot_4-export-templates-bin" godot_4-export-templates-bin;
  godot-export-templates = lib.warnOnInstantiate "godot-export-templates has been renamed to godot-export-templates-bin" godot-export-templates-bin;

  go-thumbnailer = thud; # Added 2023-09-21
  go-upower-notify = upower-notify; # Added 2024-07-21
+4 −4
Original line number Diff line number Diff line
@@ -3166,16 +3166,16 @@ with pkgs;
    godot3-mono-server
    godot_4_3
    godot_4_3-mono
    godot_4_3-export-templates
    godot_4_3-export-templates-bin
    godot_4_4
    godot_4_4-mono
    godot_4_4-export-templates
    godot_4_4-export-templates-bin
    godot_4
    godot_4-mono
    godot_4-export-templates
    godot_4-export-templates-bin
    godot
    godot-mono
    godot-export-templates
    godot-export-templates-bin
    ;
  goattracker = callPackage ../applications/audio/goattracker { };