nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 20 lines 206 B view raw
1{ 2 qtModule, 3 qtbase, 4 qtdeclarative, 5 protobuf, 6 grpc, 7}: 8 9qtModule { 10 pname = "qtgrpc"; 11 12 propagatedBuildInputs = [ 13 qtbase 14 qtdeclarative 15 ]; 16 buildInputs = [ 17 protobuf 18 grpc 19 ]; 20}