From dd7694044310bb25065267502e90c106bb9d5897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 3 Dec 2025 14:31:05 -0800 Subject: [PATCH] v4l-utils: enable BPF support in cross builds --- pkgs/by-name/v4/v4l-utils/package.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/by-name/v4/v4l-utils/package.nix b/pkgs/by-name/v4/v4l-utils/package.nix index 61f7bc3b867e..898ea75eb8bc 100644 --- a/pkgs/by-name/v4/v4l-utils/package.nix +++ b/pkgs/by-name/v4/v4l-utils/package.nix @@ -18,8 +18,7 @@ udevCheckHook, withUtils ? true, withGUI ? true, - # BPF support fail to cross compile, unable to find `linux/lirc.h` - withBPF ? stdenv.hostPlatform == stdenv.buildPlatform, + withBPF ? true, alsa-lib, libGLU, qt6Packages,