summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/mlt/qt-5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/mlt/qt-5.nix')
-rw-r--r--pkgs/development/libraries/mlt/qt-5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mlt/qt-5.nix b/pkgs/development/libraries/mlt/qt-5.nix
index f017e4452a64..0e3750df415a 100644
--- a/pkgs/development/libraries/mlt/qt-5.nix
+++ b/pkgs/development/libraries/mlt/qt-5.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
# mlt is unable to cope with our multi-prefix Qt build
# because it does not use CMake or qmake.
- NIX_CFLAGS_COMPILE = [ "-I${getDev qtsvg}/include/QtSvg" ];
+ NIX_CFLAGS_COMPILE = "-I${getDev qtsvg}/include/QtSvg";
CXXFLAGS = "-std=c++11";