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:
parent
414dfbbf4d
commit
fdd8f4d6ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user