Commit d0d1cd1f authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.posix_ipc: fix pythonImportsCheck usage

parent b19ad2b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    hash = "sha256-xK5CkThqVFVMIxBtgUfHIRNRfmBxKa/DWBYQg7QHl/M=";
  };

  pythonImportsCheckHook = [
  pythonImportsCheck = [
    "posix_ipc"
  ];