587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
7 lines
161 B
Nix
7 lines
161 B
Nix
{ qtModule, qtbase, qtserialport }:
|
|
|
|
qtModule {
|
|
pname = "qtserialbus";
|
|
propagatedBuildInputs = [ qtbase qtserialport ];
|
|
meta.mainProgram = "canbusutil";
|
|
}
|