gnome-video-effects: add missing gnome3 attr

Fix evaluation.
This commit is contained in:
Tobias Geerinckx-Rice 2015-08-05 22:43:23 +02:00
parent 4f9249caaf
commit f12065cba6

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool }:
{ stdenv, fetchurl, pkgconfig, intltool, gnome3 }:
stdenv.mkDerivation rec {
name = "gnome-video-effects-${version}";