depot/third_party/nixpkgs/pkgs/development/libraries/qt-5/modules/qtserialbus.nix

7 lines
112 B
Nix
Raw Normal View History

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