ipe: build with C++11 for Qt 5.7

This commit is contained in:
Thomas Tuegel
2017-02-28 07:38:57 -06:00
parent 5f372535cd
commit fca36b617d

View File

@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
sed -i -e 's/install -s/install/' common.mak || die
'';
NIX_CFLAGS_COMPILE = [ "-std=c++11" ]; # build with Qt 5.7
IPEPREFIX="$$out";
URWFONTDIR="${texlive}/texmf-dist/fonts/type1/urw/";
LUA_PACKAGE = "lua";