monero-gui: fix build with gcc9
This commit is contained in:
parent
4f411338d7
commit
e1d4b37f49
@ -33,6 +33,8 @@ mkDerivation rec {
|
||||
cppzmq hidapi
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-security" ];
|
||||
|
||||
patches = [ ./move-log-file.patch ];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user