7 stdenv.mkDerivation rec {
12 url = "https://lemon.cs.elte.hu/pub/sources/lemon-${version}.tar.gz";
13 sha256 = "1j6kp9axhgna47cfnmk1m7vnqn01hwh7pf1fp76aid60yhjwgdvi";
16 nativeBuildInputs = [ cmake ];
18 # error: no viable conversion from ...
19 doCheck = !stdenv.hostPlatform.isDarwin;
22 # error: ISO C++17 does not allow 'register' storage class specifier
23 ./remove-register.patch
27 homepage = "https://lemon.cs.elte.hu/trac/lemon";
28 description = "Efficient library for combinatorial optimization tasks on graphs and networks";
29 license = licenses.boost;
30 maintainers = with maintainers; [ trepetti ];
31 platforms = platforms.all;