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

7 lines
113 B
Nix
Raw Normal View History

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