Unverified Commit 00c386eb authored by Florian Brandes's avatar Florian Brandes
Browse files

python312Packages.materialx: do not auto-update

parent bb4281dc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";