From fdd8f4d6ef742dc869a94e85e7a0a8bebb21056b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 18 Jul 2024 20:31:11 +0200 Subject: [PATCH] libcamera: fix cross-bits cross MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 8a45e936ac04 ("libcamera: 0.2.0 → 0.3.0") --- pkgs/by-name/li/libcamera/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/li/libcamera/package.nix b/pkgs/by-name/li/libcamera/package.nix index c6f470c78953..32eb20ce169c 100644 --- a/pkgs/by-name/li/libcamera/package.nix +++ b/pkgs/by-name/li/libcamera/package.nix @@ -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