···1515 "--with-charset=utf8"
1616 ];
17171818+ # mecab uses several features that have been removed in C++17.
1919+ # Force the language mode to C++14, so that it can compile with clang 16.
2020+ makeFlags = [ "CXXFLAGS=-std=c++14" ];
2121+1822 doCheck = true;
1923}