monero-gui: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-03 13:34:06 +01:00
parent 4f411338d7
commit e1d4b37f49
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -33,6 +33,8 @@ mkDerivation rec {
cppzmq hidapi
];
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-security" ];
patches = [ ./move-log-file.patch ];
postPatch = ''