From b8aff036fb17a55b341efd94ff17869fcf54bb77 Mon Sep 17 00:00:00 2001 From: Zexin Yuan Date: Wed, 23 Apr 2025 21:38:51 +0800 Subject: [PATCH] python3Packages.materialx: use openimageio_2 --- pkgs/development/python-modules/materialx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/materialx/default.nix b/pkgs/development/python-modules/materialx/default.nix index 43b766a5662f..d15207ee0a70 100644 --- a/pkgs/development/python-modules/materialx/default.nix +++ b/pkgs/development/python-modules/materialx/default.nix @@ -8,7 +8,7 @@ libX11, libXt, libGL, - openimageio, + openimageio_2, imath, python, apple-sdk_14, @@ -37,7 +37,7 @@ buildPythonPackage rec { buildInputs = [ - openimageio + openimageio_2 imath ] ++ lib.optionals stdenv.hostPlatform.isDarwin [