gnome3.cheese: fix missing vp8enc preset

Closes: #11634
This commit is contained in:
Jan Tojnar 2017-12-02 04:53:34 +01:00
parent 83df26f180
commit cc4d5520fb
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
gappsWrapperArgs+=(
# Effects
--prefix XDG_DATA_DIRS : "${gnome-video-effects}/share"
# vp8enc preset
--prefix GST_PRESET_PATH : "${gst_all_1.gst-plugins-good}/share/gstreamer-1.0/presets"
)
'';