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,