tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.grpcio-tools: relax protobuf constraint
Martin Weinelt
3 years ago
ccce3fcb
7e40546e
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
grpcio-tools
default.nix
+5
pkgs/development/python-modules/grpcio-tools/default.nix
···
9
sha256 = "1178f2ea531f80cc2027ec64728df6ffc8e98cf1df61652a496eafd612127183";
10
};
11
0
0
0
0
0
12
outputs = [ "out" "dev" ];
13
14
enableParallelBuilding = true;
···
9
sha256 = "1178f2ea531f80cc2027ec64728df6ffc8e98cf1df61652a496eafd612127183";
10
};
11
12
+
postPatch = ''
13
+
substituteInPlace setup.py \
14
+
--replace 'protobuf>=3.12.0, < 4.0dev' 'protobuf'
15
+
'';
16
+
17
outputs = [ "out" "dev" ];
18
19
enableParallelBuilding = true;