mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 12:23:55 +00:00
python3Packages.betterproto: fix typo
"packge" -> "package"
This commit is contained in:
parent
0d90723fb0
commit
5214b0890c
@ -53,7 +53,7 @@ buildPythonPackage rec {
|
||||
] ++ passthru.optional-dependencies.compiler;
|
||||
|
||||
# The tests require the generation of code before execution. This requires
|
||||
# the protoc-gen-python_betterproto script from the packge to be on PATH.
|
||||
# the protoc-gen-python_betterproto script from the package to be on PATH.
|
||||
preCheck = ''
|
||||
export PATH=$PATH:$out/bin
|
||||
${python.interpreter} -m tests.generate
|
||||
|
Loading…
Reference in New Issue
Block a user