aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/libraries/qt-5/modules/qtserialbus.nix
blob: 48968a254c65dd84e49e0eab91c1d512c17e080f (plain)
1
2
3
4
5
6
{ qtModule, qtbase, qtserialport }:

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