3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Pascal Wittmann 2015-06-09 20:37:03 +02:00
parent b229cfc894
commit e1af50c4c4

View file

@ -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; {