···1818 # error: no viable conversion from ...
1919 doCheck = !stdenv.isDarwin;
20202121+ patches = [
2222+ # error: ISO C++17 does not allow 'register' storage class specifier
2323+ ./remove-register.patch
2424+ ];
2525+2126 meta = with lib; {
2227 homepage = "https://lemon.cs.elte.hu/trac/lemon";
2328 description = "Efficient library for combinatorial optimization tasks on graphs and networks";