bamf: fix build with glib-2.62
This commit is contained in:
@@ -66,8 +66,8 @@ stdenv.mkDerivation rec {
|
|||||||
# TODO: Requires /etc/machine-id
|
# TODO: Requires /etc/machine-id
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
# ignore deprecation errors
|
# glib-2.62 deprecations
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-deprecated-declarations";
|
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Application matching framework";
|
description = "Application matching framework";
|
||||||
|
|||||||
Reference in New Issue
Block a user