3
0
Fork 0
forked from mirrors/nixpkgs

kaffeine: enable v4l support (#180963)

for libdvbv5, enables the "Digital TV" feature
This commit is contained in:
snicket2100 2023-02-22 10:18:54 +01:00 committed by GitHub
parent d20e08cfcb
commit e44a34a0f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
, cmake
, extra-cmake-modules
, libvlc
, libv4l
, libX11
, kidletime
, kdelibs4support
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libvlc
libv4l
libX11
kidletime
qtx11extras