planner: don't error on deprecrated declarations

This commit is contained in:
Tor Hedin Brønner 2018-09-18 17:55:11 +02:00 committed by Jan Tojnar
parent ef67f0d2c8
commit 8968d20083
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -23,6 +23,9 @@ in stdenv.mkDerivation {
sha256 = "1bhh05kkbnhibldc1fc7kv7bwf8aa1vh4q379syqd3jbas8y521g";
};
# planner-popup-button.c:81:2: error: 'g_type_class_add_private' is deprecated [-Werror=deprecated-declarations]
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
nativeBuildInputs = with gnome2; [
pkgconfig
intltool