Commit e1af50c4 authored by Pascal Wittmann's avatar Pascal Wittmann
Browse files

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

parent b229cfc8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {