3
0
Fork 0
forked from mirrors/nixpkgs

qt5.qtcharts: enable qml

Dependency qtdeclarative was missing so QML plugin was not built.
This commit is contained in:
Jos van den Oever 2017-08-23 20:05:41 +02:00
parent f1514a5876
commit b6bf1ce319

View file

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