Loading
python3Packages.pybind11: catch -> catch2
Upstream use catch2. When we provide catch, https://hydra.nixos.org/build/302959038/nixlog/1 says: ``` -- Catch not detected. Interpreter tests will be skipped. Install Catch headers manually or use `cmake -DDOWNLOAD_CATCH=ON` to fetch them automatically. ``` With this, we correctly get: ``` -- Building interpreter tests using Catch v2.13.10 ``` And ``` All tests passed (1559 assertions in 17 test cases) ```