CoinMP: broaden platforms

Builds fine on Darwin.
This commit is contained in:
Alyssa Ross 2018-11-15 21:49:51 +00:00
parent 9b0296601e
commit 5ba4984b3a
No known key found for this signature in database
GPG Key ID: C4844408C0657052

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://projects.coin-or.org/CoinMP/; homepage = https://projects.coin-or.org/CoinMP/;
description = "COIN-OR lightweight API for COIN-OR libraries CLP, CBC, and CGL"; description = "COIN-OR lightweight API for COIN-OR libraries CLP, CBC, and CGL";
platforms = platforms.linux; platforms = platforms.unix;
license = licenses.epl10; license = licenses.epl10;
}; };
} }