···30 bash
31 ];
32000033 enableParallelBuilding = true;
3435 meta = with lib; {
···30 bash
31 ];
3233+ # Remove uses of the `register` storage class specifier, which was removed in C++17.
34+ # Fixes compilation with clang 16, which defaults to C++17.
35+ patches = [ ./c++17-register-class.patch ];
36+37 enableParallelBuilding = true;
3839 meta = with lib; {