redis-desktop-manager: fix build with gcc9

This commit is contained in:
Franz Pletz
2019-11-03 14:43:42 +01:00
parent d954e8a223
commit 6d772e0dfb
@@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
dontUseQmakeConfigure = true; dontUseQmakeConfigure = true;
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated" ];
# Disable annoying update reminder # Disable annoying update reminder
postPatch = '' postPatch = ''
sed -i s/'^\s*initUpdater();'/'\/\/initUpdater():'/ src/app/app.cpp sed -i s/'^\s*initUpdater();'/'\/\/initUpdater():'/ src/app/app.cpp