+2
doc/release-notes/rl-2505.section.md
+2
doc/release-notes/rl-2505.section.md
···[`lib.packagesFromDirectoryRecursive`]: https://nixos.org/manual/nixpkgs/stable/#function-library-lib.filesystem.packagesFromDirectoryRecursive- `functor` is an implementation detail and should not be relied upon, but since its status wasn't clear and it has had some use cases without alternatives, changes are being handled as gracefully as possible. Deprecations within functor:
···[`lib.packagesFromDirectoryRecursive`]: https://nixos.org/manual/nixpkgs/stable/#function-library-lib.filesystem.packagesFromDirectoryRecursive+- The `godot-export-templates` package now has its content at `share/godot/export_templates/$version` instead of the output root. This makes it more convenient for for symlinking into `~/.local`, but scripts expecting the old layout will need to be changed.- `functor` is an implementation detail and should not be relied upon, but since its status wasn't clear and it has had some use cases without alternatives, changes are being handled as gracefully as possible. Deprecations within functor:
+3
-3
pkgs/by-name/op/opengamepadui/package.nix
+3
-3
pkgs/by-name/op/opengamepadui/package.nix
······-ln -s "${godot_4_4.export-templates-bin}" "$HOME/.local/share/godot/export_templates/$GODOT_VERSION.$GODOT_RELEASE"
······
+2
-2
pkgs/by-name/pi/pixelorama/package.nix
+2
-2
pkgs/by-name/pi/pixelorama/package.nix
···-ln -s "${godot.export-templates-bin}" "$HOME/.local/share/godot/export_templates/${godot_version_folder}"
+1
-1
pkgs/development/tools/godot/4.3/default.nix
+1
-1
pkgs/development/tools/godot/4.3/default.nix
+1
-1
pkgs/development/tools/godot/4.4/default.nix
+1
-1
pkgs/development/tools/godot/4.4/default.nix
+2
-2
pkgs/development/tools/godot/common.nix
+2
-2
pkgs/development/tools/godot/common.nix
+26
-5
pkgs/development/tools/godot/export-templates-bin.nix
+26
-5
pkgs/development/tools/godot/export-templates-bin.nix
···# https://docs.godotengine.org/en/stable/tutorials/export/exporting_projects.html#export-templates-url = "https://github.com/godotengine/godot/releases/download/${version}/Godot_v${version}_export_templates.tpz";
···# https://docs.godotengine.org/en/stable/tutorials/export/exporting_projects.html#export-templates+url = "https://github.com/godotengine/godot/releases/download/${version}/Godot_v${version}_export_templates.tpz";