mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: opencolorio: Update input.
* gnu/packages/image-processing.scm (opencolorio)[native-inputs]: Replace pybind11-2.10 by pybind11. Change-Id: Idd9d1563e39522c2c0363226f459cfa42488fbf3 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
parent
7dffe07f67
commit
36d7ff6a78
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