From b6bf1ce319d8a9888cc5fe92be8facc9c677ebf1 Mon Sep 17 00:00:00 2001 From: Jos van den Oever Date: Wed, 23 Aug 2017 20:05:41 +0200 Subject: [PATCH] qt5.qtcharts: enable qml Dependency qtdeclarative was missing so QML plugin was not built. --- pkgs/development/libraries/qt-5/5.9/qtcharts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/qt-5/5.9/qtcharts.nix b/pkgs/development/libraries/qt-5/5.9/qtcharts.nix index 46713eb7a9e7..58e197d504f9 100644 --- a/pkgs/development/libraries/qt-5/5.9/qtcharts.nix +++ b/pkgs/development/libraries/qt-5/5.9/qtcharts.nix @@ -1,8 +1,8 @@ -{ qtSubmodule, qtbase }: +{ qtSubmodule, qtbase, qtdeclarative }: qtSubmodule { name = "qtcharts"; - qtInputs = [ qtbase ]; + qtInputs = [ qtbase qtdeclarative ]; outputs = [ "out" "dev" "bin" ]; postInstall = '' moveToOutput "$qtQmlPrefix" "$bin"