redis-desktop-manager: fix build with gcc9
This commit is contained in:
parent
d954e8a223
commit
6d772e0dfb
|
@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
dontUseQmakeConfigure = true;
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated" ];
|
||||
|
||||
# Disable annoying update reminder
|
||||
postPatch = ''
|
||||
sed -i s/'^\s*initUpdater();'/'\/\/initUpdater():'/ src/app/app.cpp
|
||||
|
|
Loading…
Reference in New Issue