depot/pkgs/development/libraries/qt-6/modules/qtgraphs.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
201 B
Nix
Raw Normal View History

{ qtModule
, qtbase
, qtdeclarative
, qtquick3d
, qtquicktimeline
}:
qtModule {
pname = "qtgraphs";
propagatedBuildInputs = [
qtbase
qtdeclarative
qtquick3d
qtquicktimeline
];
}