···18 # error: no viable conversion from ...
19 doCheck = !stdenv.isDarwin;
200000021 meta = with lib; {
22 homepage = "https://lemon.cs.elte.hu/trac/lemon";
23 description = "Efficient library for combinatorial optimization tasks on graphs and networks";
···18 # error: no viable conversion from ...
19 doCheck = !stdenv.isDarwin;
2021+ patches = [
22+ # error: ISO C++17 does not allow 'register' storage class specifier
23+ ./remove-register.patch
24+ ];
25+26 meta = with lib; {
27 homepage = "https://lemon.cs.elte.hu/trac/lemon";
28 description = "Efficient library for combinatorial optimization tasks on graphs and networks";