summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtserialbus.nix
blob: 3a7285d0a8b03202403177d6e0b3abba673299d2 (plain) (blame)
1
2
3
4
5
6
{ qtModule, qtbase, qtserialport }:

qtModule {
  pname = "qtserialbus";
  propagatedBuildInputs = [ qtbase qtserialport ];
}