depot/third_party/nixpkgs/pkgs/development/libraries/qt-6/modules/qtdatavis3d.nix

10 lines
117 B
Nix
Raw Normal View History

{ qtModule
, qtbase
, qtdeclarative
}:
qtModule {
pname = "qtdatavis3d";
qtInputs = [ qtbase qtdeclarative ];
}