python310Packages.posix_ipc: fix pythonImportsCheck usage

This commit is contained in:
Mario Rodas
2023-02-25 04:20:00 +00:00
parent b19ad2b00c
commit d0d1cd1f4e
@@ -18,7 +18,7 @@ buildPythonPackage rec {
hash = "sha256-xK5CkThqVFVMIxBtgUfHIRNRfmBxKa/DWBYQg7QHl/M=";
};
pythonImportsCheckHook = [
pythonImportsCheck = [
"posix_ipc"
];