python3Packages.colcon-cd: fix typo to re-enable pythonImportsCheck

This commit is contained in:
Gaetan Lepage
2025-12-26 20:24:09 +00:00
parent 54aecdfb06
commit 183bbefb4c
@@ -38,7 +38,7 @@ buildPythonPackage rec {
"test/test_spell_check.py"
];
pythonImportCheck = [ "colcon_cd" ];
pythonImportsCheck = [ "colcon_cd" ];
meta = {
description = "A shell function for colcon-core to change the current working directory.";