2022-06-16 17:23:12 +00:00
|
|
|
{ qtModule, qtbase, qtserialport }:
|
|
|
|
|
|
|
|
qtModule {
|
|
|
|
pname = "qtserialbus";
|
2023-11-16 04:20:00 +00:00
|
|
|
propagatedBuildInputs = [ qtbase qtserialport ];
|
2024-04-21 15:54:59 +00:00
|
|
|
meta.mainProgram = "canbusutil";
|
2022-06-16 17:23:12 +00:00
|
|
|
}
|