diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-18 18:31:45 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:25:09 +0100 |
| commit | 36d7ff6a786b5a098dbb30ed024142068b85e788 (patch) | |
| tree | 7a3753cbe21775c8c112638128f6142c51966dac /gnu | |
| parent | 7dffe07f673a543c60219e9953a65e700f97711e (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/image-processing.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 23eb65ceb22..404bec4818d 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm | |||
| @@ -321,7 +321,7 @@ licences similar to the Modified BSD licence.")))) | |||
| 321 | (native-inputs | 321 | (native-inputs |
| 322 | ;; XXX: OCIO has unit tests for OpenShadingLanguage, but they fail. | 322 | ;; XXX: OCIO has unit tests for OpenShadingLanguage, but they fail. |
| 323 | ;; They also require OIIO, but OCIO is an optional dependency to it. | 323 | ;; They also require OIIO, but OCIO is an optional dependency to it. |
| 324 | (list pybind11-2.10 python-wrapper)) | 324 | (list pybind11 python-wrapper)) |
| 325 | (inputs | 325 | (inputs |
| 326 | (list expat | 326 | (list expat |
| 327 | freeglut | 327 | freeglut |
