python3Packages.colcon-cd: fix typo to re-enable pythonImportsCheck (#474425)
This commit is contained in:
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user