3a4df29a92
GitOrigin-RevId: 3d7435c638baffaa826b85459df0fff47f12317d
6 lines
113 B
Nix
6 lines
113 B
Nix
{ qtModule, qtbase, qtserialport }:
|
|
|
|
qtModule {
|
|
pname = "qtserialbus";
|
|
qtInputs = [ qtbase qtserialport ];
|
|
}
|