cbc: Enable on Darwin

+1 -1
+1 -1
pkgs/applications/science/math/cbc/default.nix
··· 20 20 homepage = https://projects.coin-or.org/Cbc; 21 21 license = lib.licenses.epl10; 22 22 maintainers = [ lib.maintainers.eelco ]; 23 - platforms = lib.platforms.linux; 23 + platforms = lib.platforms.linux ++ lib.platforms.darwin; 24 24 description = "A mixed integer programming solver"; 25 25 }; 26 26 }