summary refs log tree commit diff
path: root/pkgs/applications/video/kaffeine
diff options
context:
space:
mode:
authorsnicket2100 <57048005+snicket2100@users.noreply.github.com>2023-02-22 10:18:54 +0100
committerGitHub <noreply@github.com>2023-02-22 10:18:54 +0100
commite44a34a0f683c1e3891d98bfa41ac2b34b416f5b (patch)
tree22c4cc562a04affb0f2efeeef781970471029b93 /pkgs/applications/video/kaffeine
parentd20e08cfcbb9c608f558a5c5dfa32941f34298a8 (diff)
kaffeine: enable v4l support (#180963)
for libdvbv5, enables the "Digital TV" feature
Diffstat (limited to 'pkgs/applications/video/kaffeine')
-rw-r--r--pkgs/applications/video/kaffeine/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/video/kaffeine/default.nix b/pkgs/applications/video/kaffeine/default.nix
index 6cbce01f61f67..02263f46e0f4b 100644
--- a/pkgs/applications/video/kaffeine/default.nix
+++ b/pkgs/applications/video/kaffeine/default.nix
@@ -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