about summary refs log tree commit diff
path: root/pkgs/development/tools/pyre
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2018-11-01 22:29:18 -0500
committerMario Rodas <marsam@users.noreply.github.com>2018-11-01 22:29:18 -0500
commitf422f8d0ad94cbb0ba1d0daf2c5a95e8ddf14a4d (patch)
treed58186e5d16993a2be877067c0eeb5b1ae387d6d /pkgs/development/tools/pyre
parent87f97f068e9284da946cac9a6d8d3ce8ca07dbaf (diff)
downloadnixlib-f422f8d0ad94cbb0ba1d0daf2c5a95e8ddf14a4d.tar
nixlib-f422f8d0ad94cbb0ba1d0daf2c5a95e8ddf14a4d.tar.gz
nixlib-f422f8d0ad94cbb0ba1d0daf2c5a95e8ddf14a4d.tar.bz2
nixlib-f422f8d0ad94cbb0ba1d0daf2c5a95e8ddf14a4d.tar.lz
nixlib-f422f8d0ad94cbb0ba1d0daf2c5a95e8ddf14a4d.tar.xz
nixlib-f422f8d0ad94cbb0ba1d0daf2c5a95e8ddf14a4d.tar.zst
nixlib-f422f8d0ad94cbb0ba1d0daf2c5a95e8ddf14a4d.zip
pyre: fix darwin build
Diffstat (limited to 'pkgs/development/tools/pyre')
-rw-r--r--pkgs/development/tools/pyre/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/pyre/default.nix b/pkgs/development/tools/pyre/default.nix
index 99e53610c01c..108f8bdb3ab0 100644
--- a/pkgs/development/tools/pyre/default.nix
+++ b/pkgs/development/tools/pyre/default.nix
@@ -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 ];
   };
 };