7 lines
113 B
Nix
7 lines
113 B
Nix
|
{ qtModule, qtbase, qtserialport }:
|
||
|
|
||
|
qtModule {
|
||
|
pname = "qtserialbus";
|
||
|
qtInputs = [ qtbase qtserialport ];
|
||
|
}
|