status-desktop/nix/pkgs/qt-5/modules/qtserialbus.nix

7 lines
113 B
Nix

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