mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
gnucash: fix build with glib-2.62
This commit is contained in:
parent
e732933aa7
commit
8ff1d64b43
@ -43,9 +43,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
propagatedUserEnvPkgs = [ dconf ];
|
propagatedUserEnvPkgs = [ dconf ];
|
||||||
|
|
||||||
# glib-2.58 deprecrated g_type_class_add_private
|
# glib-2.62 deprecations
|
||||||
# Should probably be removed next version bump
|
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];
|
||||||
CXXFLAGS = [ "-Wno-deprecated-declarations" ];
|
|
||||||
|
|
||||||
patches = [ ./cmake_check_symbol_exists.patch ];
|
patches = [ ./cmake_check_symbol_exists.patch ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user