···1-{ stdenv, fetchgit, which, gnome3, glib, intltool, pkgconfig, libtool, cairo, gtk3, gst_all_1 }:
23stdenv.mkDerivation rec {
4 version = "0.2.3.alpha";
···1819 NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
2021- buildInputs = [ which gnome3.gnome_common glib intltool pkgconfig libtool cairo gtk3 gst_all_1.gstreamer gst_all_1.gst-plugins-base ];
02223 meta = with stdenv.lib; {
24 description = "Tool to record a running X desktop to an animation suitable for presentation in a web browser";
···1+{ stdenv, fetchgit, wrapGAppsHook, which, gnome3, glib, intltool, pkgconfig, libtool, cairo, gtk3, gst_all_1, xorg }:
23stdenv.mkDerivation rec {
4 version = "0.2.3.alpha";
···1819 NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
2021+ buildInputs = [ which gnome3.gnome_common glib intltool pkgconfig libtool cairo gtk3 xorg.xwininfo ]
22+ ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-bad gst-plugins-good gst-plugins-ugly gst-libav wrapGAppsHook ]);
2324 meta = with stdenv.lib; {
25 description = "Tool to record a running X desktop to an animation suitable for presentation in a web browser";