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