mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
bamf: fix build with glib-2.62
This commit is contained in:
parent
8ff1d64b43
commit
03495ea203
|
@ -66,8 +66,8 @@ stdenv.mkDerivation rec {
|
|||
# TODO: Requires /etc/machine-id
|
||||
doCheck = false;
|
||||
|
||||
# ignore deprecation errors
|
||||
NIX_CFLAGS_COMPILE = "-Wno-deprecated-declarations";
|
||||
# glib-2.62 deprecations
|
||||
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Application matching framework";
|
||||
|
|
Loading…
Reference in a new issue