python3Packages.betterproto: fix typo

"packge" -> "package"
This commit is contained in:
fetsorn 2023-05-08 21:56:02 +04:00
parent 0d90723fb0
commit 5214b0890c

View File

@ -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