about summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 27774f82da736..6d605f54f0462 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -571,6 +571,7 @@ rec {
 
   MPlayer = (import ../applications/video/MPlayer) {
     inherit fetchurl stdenv freetype x11 zlib;
+    inherit (xlibs) libXv;
     alsaSupport = true;
     alsa = alsaLib;
   };
@@ -582,6 +583,7 @@ rec {
   vlc = (import ../applications/video/vlc) {
     inherit fetchurl stdenv wxGTK libdvdcss libdvdplay
             mpeg2dec a52dec libmad x11;
+    inherit (xlibs) libXv;
     alsa = alsaLib;
   };
 
@@ -589,6 +591,7 @@ rec {
     inherit fetchurl stdenv pkgconfig perl python 
             scrollkeeper gettext zvbi libjpeg libpng x11;
     inherit (gnome) libgnomeui libglade esound;
+    inherit (xlibs) libXv libXext;
     teletextSupport = true;
     jpegSupport = true;
     pngSupport = true;