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