3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

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";