pyre: fix darwin build

This commit is contained in:
Mario Rodas 2018-11-01 22:29:18 -05:00
parent 87f97f068e
commit f422f8d0ad
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ let
description = "A performant type-checker for Python 3";
homepage = https://pyre-check.org;
license = licenses.mit;
platforms = with platforms; linux;
platforms = ocamlPackages.ocaml.meta.platforms;
maintainers = with maintainers; [ teh ];
};
};