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

qtModule {
  pname = "qtcharts";
  propagatedBuildInputs = [ qtbase qtdeclarative ];
}