about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2015-01-13 12:03:27 +0100
committerMatej Cotman <cotman.matej@gmail.com>2015-01-13 14:59:53 +0100
commitd4635ce9684f2f7f25869215a9119d3268bc91d4 (patch)
tree428abdca50816719cf213fbdd652c937d0336bf2 /pkgs
parent2ba3653ef6516e83592736c2684f15ff27d5d2a1 (diff)
downloadnixlib-d4635ce9684f2f7f25869215a9119d3268bc91d4.tar
nixlib-d4635ce9684f2f7f25869215a9119d3268bc91d4.tar.gz
nixlib-d4635ce9684f2f7f25869215a9119d3268bc91d4.tar.bz2
nixlib-d4635ce9684f2f7f25869215a9119d3268bc91d4.tar.lz
nixlib-d4635ce9684f2f7f25869215a9119d3268bc91d4.tar.xz
nixlib-d4635ce9684f2f7f25869215a9119d3268bc91d4.tar.zst
nixlib-d4635ce9684f2f7f25869215a9119d3268bc91d4.zip
rage: fix video for gstreamer engine
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/e19/rage.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/e19/rage.nix b/pkgs/desktops/e19/rage.nix
index 6cb6d3d24e83..2a5189f53f2c 100644
--- a/pkgs/desktops/e19/rage.nix
+++ b/pkgs/desktops/e19/rage.nix
@@ -27,7 +27,8 @@ stdenv.mkDerivation rec {
   GST_PLUGIN_PATH = lib.makeSearchPath "lib/gstreamer-1.0" [
     gst_all_1.gst-plugins-base
     gst_all_1.gst-plugins-good
-    gst_all_1.gst-plugins-bad ];
+    gst_all_1.gst-plugins-bad
+    gst_all_1.gst-libav ];
   configurePhase = ''
     ./autogen.sh --prefix=$out
   '';