tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.materialx: use openimageio_2
Zexin Yuan
11 months ago
b8aff036
6fb1418b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
materialx
default.nix
+2
-2
pkgs/development/python-modules/materialx/default.nix
reviewed
···
8
8
libX11,
9
9
libXt,
10
10
libGL,
11
11
-
openimageio,
11
11
+
openimageio_2,
12
12
imath,
13
13
python,
14
14
apple-sdk_14,
···
37
37
38
38
buildInputs =
39
39
[
40
40
-
openimageio
40
40
+
openimageio_2
41
41
imath
42
42
]
43
43
++ lib.optionals stdenv.hostPlatform.isDarwin [