xxdiff-tip: Build with qt59

This commit is contained in:
adisbladis
2018-01-14 02:40:43 +08:00
parent ed70c591a4
commit e2f7267ba2
2 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase ];
# Fixes build with Qt 5.9
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
preConfigure = ''
cd src
make -f Makefile.bootstrap