Commit fbca4987 authored by Daphne Preston-Kendal's avatar Daphne Preston-Kendal
Browse files

racket: Remove Darwin from badPlatforms

It appears 8.17 or 9.0 fixed the problem on Darwin. Darwin was removed
from `badPlatforms` for `racket-minimal` in
d59541c9, but not for `racket` itself.
parent c386eeff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -128,7 +128,6 @@ minimal.overrideAttrs (
        GUIs and charts.
      '';
      platforms = lib.platforms.unix;
      badPlatforms = lib.platforms.darwin;
    };
  }
)