gnome3.cheese: add effects to path

This commit is contained in:
Jan Tojnar 2017-12-02 03:26:06 +01:00
parent 9d18aa073d
commit d95052a896
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -15,6 +15,13 @@ stdenv.mkDerivation rec {
gst_all_1.gst-plugins-bad clutter_gtk clutter-gst
libcanberra_gtk3 libgudev ];
preFixup = ''
gappsWrapperArgs+=(
# Effects
--prefix XDG_DATA_DIRS : "${gnome-video-effects}/share"
)
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {