fbreader: fixup build with gcc-6

This commit is contained in:
Vladimír Čunát
2017-08-26 10:35:35 +02:00
parent 4596835502
commit 6895ef672b
@@ -16,6 +16,8 @@ stdenv.mkDerivation {
makeFlags = "INSTALLDIR=$(out)"; makeFlags = "INSTALLDIR=$(out)";
NIX_CFLAGS_COMPILE = [ "-Wno-error=narrowing" ]; # since gcc-6
patchPhase = '' patchPhase = ''
# don't try to use ccache # don't try to use ccache
substituteInPlace makefiles/arch/desktop.mk \ substituteInPlace makefiles/arch/desktop.mk \