1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://www.coin-or.org/download/source/CoinMP/${pname}-${version}.tgz";
9 sha256 = "13d3j1sdcjzpijp4qks3n0zibk649ac3hhv88hkk8ffxrc6gnn9l";
12 enableParallelBuilding = true;
14 hardeningDisable = [ "format" ];
17 homepage = "https://projects.coin-or.org/CoinMP/";
18 description = "COIN-OR lightweight API for COIN-OR libraries CLP, CBC, and CGL";
19 platforms = platforms.unix;
20 license = licenses.epl10;