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