3
0
Fork 0
forked from mirrors/nixpkgs

xlog: fix build with glib-2.62

This commit is contained in:
Tor Hedin Brønner 2019-09-14 23:00:47 +02:00
parent 36a95c772a
commit a993a06a2f

View file

@ -8,6 +8,9 @@ stdenv.mkDerivation rec {
sha256 = "0vmn8518zk7qk1mbp1h8dm0f8fx0z0jvmy42c1n15il714lj7vsl";
};
# glib-2.62 deprecations
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
buildInputs = [ glib pkgconfig gtk2 hamlib ];
meta = with stdenv.lib; {