Skip to content

Commit

Permalink
Merge pull request #17708 from DamienCassou/fix-byzanz
Browse files Browse the repository at this point in the history
byzanz: Let it find gstreamer plugins
  • Loading branch information
pSub committed Aug 15, 2016
2 parents 9b4a798 + 6d27410 commit b22fc4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/video/byzanz/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchgit, which, gnome3, glib, intltool, pkgconfig, libtool, cairo, gtk3, gst_all_1 }:
{ stdenv, fetchgit, wrapGAppsHook, which, gnome3, glib, intltool, pkgconfig, libtool, cairo, gtk3, gst_all_1, xorg }:

stdenv.mkDerivation rec {
version = "0.2.3.alpha";
Expand All @@ -18,7 +18,8 @@ stdenv.mkDerivation rec {

NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";

buildInputs = [ which gnome3.gnome_common glib intltool pkgconfig libtool cairo gtk3 gst_all_1.gstreamer gst_all_1.gst-plugins-base ];
buildInputs = [ which gnome3.gnome_common glib intltool pkgconfig libtool cairo gtk3 xorg.xwininfo ]
++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-bad gst-plugins-good gst-plugins-ugly gst-libav wrapGAppsHook ]);

meta = with stdenv.lib; {
description = "Tool to record a running X desktop to an animation suitable for presentation in a web browser";
Expand Down

0 comments on commit b22fc4c

Please sign in to comment.