1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

rage: fix video for gstreamer engine

This commit is contained in:
Matej Cotman 2015-01-13 12:03:27 +01:00
parent 2ba3653ef6
commit d4635ce968

View file

@ -27,7 +27,8 @@ stdenv.mkDerivation rec {
GST_PLUGIN_PATH = lib.makeSearchPath "lib/gstreamer-1.0" [ GST_PLUGIN_PATH = lib.makeSearchPath "lib/gstreamer-1.0" [
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad ]; gst_all_1.gst-plugins-bad
gst_all_1.gst-libav ];
configurePhase = '' configurePhase = ''
./autogen.sh --prefix=$out ./autogen.sh --prefix=$out
''; '';