···3030 bash
3131 ];
32323333+ # Remove uses of the `register` storage class specifier, which was removed in C++17.
3434+ # Fixes compilation with clang 16, which defaults to C++17.
3535+ patches = [ ./c++17-register-class.patch ];
3636+3337 enableParallelBuilding = true;
34383539 meta = with lib; {