0eaa97ffad
GitOrigin-RevId: c59ea8b8a0e7f927e7291c14ea6cd1bd3a16ff38
6 lines
112 B
Nix
6 lines
112 B
Nix
{ qtModule, qtbase, qtserialport }:
|
|
|
|
qtModule {
|
|
name = "qtserialbus";
|
|
qtInputs = [ qtbase qtserialport ];
|
|
}
|