tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cbc: Enable on Darwin
Eelco Dolstra
10 years ago
f423ba38
fabeee76
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
math
cbc
default.nix
+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
23
-
platforms = lib.platforms.linux;
23
23
+
platforms = lib.platforms.linux ++ lib.platforms.darwin;
24
24
description = "A mixed integer programming solver";
25
25
};
26
26
}