redis-desktop-manager: fix build with gcc9
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user