libcamera: fix cross-bits cross

e.g. from 64-bit to 32-bit.

pybind11 is a header-only library, so there was no linking failure —
the only reason this ended up mattering was that it had some sort of
size check in it.

Fixes: 8a45e936ac ("libcamera: 0.2.0 → 0.3.0")
This commit is contained in:
Alyssa Ross
2024-07-20 10:04:23 +02:00
parent 414dfbbf4d
commit fdd8f4d6ef
+3 -1
View File
@@ -68,6 +68,9 @@ stdenv.mkDerivation rec {
# hotplugging
systemd
# pycamera
python3Packages.pybind11
# yamlparser
libyaml
@@ -81,7 +84,6 @@ stdenv.mkDerivation rec {
pkg-config
python3
python3Packages.jinja2
python3Packages.pybind11
python3Packages.pyyaml
python3Packages.ply
python3Packages.sphinx