mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: opencolorio: Update input.
* gnu/packages/image-processing.scm (opencolorio)[native-inputs]: Replace pybind11-2.10 by pybind11. Change-Id: Idd9d1563e39522c2c0363226f459cfa42488fbf3
This commit is contained in:
parent
a4db83ae33
commit
f78c7cbf59
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ licences similar to the Modified BSD licence."))))
|
|||
(native-inputs
|
||||
;; XXX: OCIO has unit tests for OpenShadingLanguage, but they fail.
|
||||
;; They also require OIIO, but OCIO is an optional dependency to it.
|
||||
(list pybind11-2.10 python-wrapper))
|
||||
(list pybind11 python-wrapper))
|
||||
(inputs
|
||||
(list expat
|
||||
freeglut
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue