2023-04-29 16:46:19 +00:00
|
|
|
{ qtModule
|
|
|
|
, qtbase
|
|
|
|
, qtdeclarative
|
|
|
|
, protobuf
|
|
|
|
, grpc
|
|
|
|
}:
|
|
|
|
|
|
|
|
qtModule {
|
|
|
|
pname = "qtgrpc";
|
2023-11-16 04:20:00 +00:00
|
|
|
propagatedBuildInputs = [ qtbase qtdeclarative ];
|
2023-04-29 16:46:19 +00:00
|
|
|
buildInputs = [ protobuf grpc ];
|
|
|
|
}
|