···4343 pytestCheckHook
4444 ];
45454646+ # A fix for cxxopts >=3.1
4747+ postPatch = ''
4848+ substituteInPlace src/cli.cpp \
4949+ --replace "cxxopts::OptionException" "cxxopts::exceptions::exception"
5050+ '';
46514752 # CMake needs to be run by setuptools rather than by its hook
4853 dontConfigure = true;