From 23e0d4ae670a00c2f320633c584fd6a86da78a4a Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Wed, 7 Sep 2016 20:51:38 -0500 Subject: [PATCH] qt5.mlt: fix build with Qt 5.7 --- pkgs/development/libraries/mlt/qt-5.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/mlt/qt-5.nix b/pkgs/development/libraries/mlt/qt-5.nix index 259d5a25d15b..7633008b4bef 100644 --- a/pkgs/development/libraries/mlt/qt-5.nix +++ b/pkgs/development/libraries/mlt/qt-5.nix @@ -23,6 +23,8 @@ stdenv.mkDerivation rec { "--enable-opengl" ]; + CXXFLAGS = "-std=c++11"; + enableParallelBuilding = true; postInstall = ''