gnome3.cheese: add effects to path
This commit is contained in:
parent
9d18aa073d
commit
d95052a896
@ -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; {
|
||||
|
Loading…
x
Reference in New Issue
Block a user