summary refs log tree commit diff
path: root/pkgs/applications/graphics/ipe
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-28 07:38:57 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-28 07:38:57 -0600
commitfca36b617d2d62336735a6a9692f88513eaff826 (patch)
tree38c967ae122ca6bef5d87bd3ca16dc1bc41e0903 /pkgs/applications/graphics/ipe
parent5f372535cda5d6fe1820b32aa9854184c5e3760d (diff)
downloadnixpkgs-fca36b617d2d62336735a6a9692f88513eaff826.tar
nixpkgs-fca36b617d2d62336735a6a9692f88513eaff826.tar.gz
nixpkgs-fca36b617d2d62336735a6a9692f88513eaff826.tar.bz2
nixpkgs-fca36b617d2d62336735a6a9692f88513eaff826.tar.lz
nixpkgs-fca36b617d2d62336735a6a9692f88513eaff826.tar.xz
nixpkgs-fca36b617d2d62336735a6a9692f88513eaff826.tar.zst
nixpkgs-fca36b617d2d62336735a6a9692f88513eaff826.zip
ipe: build with C++11 for Qt 5.7
Diffstat (limited to 'pkgs/applications/graphics/ipe')
-rw-r--r--pkgs/applications/graphics/ipe/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ipe/default.nix b/pkgs/applications/graphics/ipe/default.nix
index c1c1861cd3d..4a99d0ea4a1 100644
--- a/pkgs/applications/graphics/ipe/default.nix
+++ b/pkgs/applications/graphics/ipe/default.nix
@@ -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";