about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/qt-5/modules/qtcharts.nix
blob: 75766649a4048e892b99733c19ed408cbff22762 (plain) (blame)
1
2
3
4
5
6
7
{ qtModule, qtbase, qtdeclarative }:

qtModule {
  pname = "qtcharts";
  propagatedBuildInputs = [ qtbase qtdeclarative ];
  outputs = [ "out" "dev" "bin" ];
}