pythonPackages.gtts: init at 2.1.1

This commit is contained in:
Renato Alves
2020-02-27 01:02:28 +01:00
committed by Jon
parent c6a5cc3fdf
commit 71113dbc69
2 changed files with 55 additions and 0 deletions

View File

@@ -2777,6 +2777,8 @@ in {
gtimelog = callPackage ../development/python-modules/gtimelog { };
gtts = callPackage ../development/python-modules/gtts { };
gurobipy = if stdenv.hostPlatform.system == "x86_64-darwin"
then callPackage ../development/python-modules/gurobipy/darwin.nix {
inherit (pkgs.darwin) cctools insert_dylib;