byzanz: add -Wno-error for deprecated declarations to fix the build

wip/yesman
Pascal Wittmann 9 years ago
parent b229cfc894
commit e1af50c4c4
  1. 2
      pkgs/applications/video/byzanz/default.nix

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
./autogen.sh --prefix=$out
'';
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 ];
meta = with stdenv.lib; {

Loading…
Cancel
Save