pyre: fix darwin build
This commit is contained in:
parent
87f97f068e
commit
f422f8d0ad
|
@ -77,7 +77,7 @@ let
|
||||||
description = "A performant type-checker for Python 3";
|
description = "A performant type-checker for Python 3";
|
||||||
homepage = https://pyre-check.org;
|
homepage = https://pyre-check.org;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = with platforms; linux;
|
platforms = ocamlPackages.ocaml.meta.platforms;
|
||||||
maintainers = with maintainers; [ teh ];
|
maintainers = with maintainers; [ teh ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue