aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/libraries/qt-5/modules/qtserialbus.nix
{ qtModule, qtbase, qtserialport }:

qtModule {
  name = "qtserialbus";
  qtInputs = [ qtbase qtserialport ];
}