Unverified Commit 9378e3a8 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

python3Packages.pybind11: postInstallCheck -> postCheck



Co-authored-by: default avatardotlambda <github@dotlambda.de>
parent d760b57d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ buildPythonPackage rec {
    "test_cross_module_exception_translator"
  ];

  postInstallCheck = ''
  postCheck = ''
    make cpptest
  '';