cbc: Enable on Darwin
This commit is contained in:
parent
fabeee76bd
commit
f423ba3863
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = https://projects.coin-or.org/Cbc;
|
homepage = https://projects.coin-or.org/Cbc;
|
||||||
license = lib.licenses.epl10;
|
license = lib.licenses.epl10;
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = [ lib.maintainers.eelco ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||||
description = "A mixed integer programming solver";
|
description = "A mixed integer programming solver";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user