python312Packages.materialx: do not auto-update

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2025-02-08 19:26:14 +01:00
parent bb4281dcaa
commit 00c386ebc8
@@ -64,6 +64,12 @@ buildPythonPackage rec {
ln -s $out/python $target_dir
'';
# Update to 1.39 has major API changes and downstream software
# needs to adapt, first. So, do not include in mass updates. For reference, see
# https://github.com/NixOS/nixpkgs/pull/326466#issuecomment-2293029160
# and https://github.com/NixOS/nixpkgs/issues/380230
passthru.skipBulkUpdate = true;
meta = {
changelog = "https://github.com/AcademySoftwareFoundation/MaterialX/blob/${src.rev}/CHANGELOG.md";
description = "Open standard for representing rich material and look-development content in computer graphics";