7 stdenv.mkDerivation rec {
12 url = "https://lemon.cs.elte.hu/pub/sources/lemon-${version}.tar.gz";
13 sha256 = "1j6kp9axhgna47cfnmk1m7vnqn01hwh7pf1fp76aid60yhjwgdvi";
16 nativeBuildInputs = [ cmake ];
21 homepage = "https://lemon.cs.elte.hu/trac/lemon";
22 description = "Efficient library for combinatorial optimization tasks on graphs and networks";
23 license = licenses.boost;
24 maintainers = with maintainers; [ trepetti ];
25 platforms = platforms.all;
26 broken = stdenv.isAarch64 || stdenv.isDarwin;