Unverified Commit 146032ac authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

racket: Remove Darwin from badPlatforms (#490656)

parents 13d193b9 fbca4987
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;
    };
  }
)