Pantheon updates 2024-12-13 (#364951)
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtgraphs.nix
blob5de167cc9c36ca6c22bd53020edd0ba1fa391d58
2   qtModule,
3   qtbase,
4   qtdeclarative,
5   qtquick3d,
6   qtquicktimeline,
7 }:
9 qtModule {
10   pname = "qtgraphs";
11   propagatedBuildInputs = [
12     qtbase
13     qtdeclarative
14     qtquick3d
15     qtquicktimeline
16   ];