python3Packages.aprslib: fix misleading comment

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Harinn
2026-06-10 00:23:28 +07:00
committed by GitHub
parent 81e497b477
commit a7f9dea772
@@ -28,7 +28,7 @@ buildPythonPackage (finalAttrs: {
build-system = [ setuptools ];
doCheck = false; # mox3 is disabled on python311
doCheck = false; # mox3 is not packaged
nativeCheckInputs = [ pytestCheckHook ];