summary refs log blame commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtserialbus.nix
blob: 4fd6d7cb83c388761027aabe2aac14464dc08cea (plain) (tree)
1
2
3
4
5
6


                                   
                        

                                     
{ qtModule, qtbase, qtserialport }:

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