Skip to content

Commit

Permalink
w00t?
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jan 17, 2022
1 parent 060e8d0 commit 0fa6e1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/pkgs/haskell/haskell.nix
Expand Up @@ -165,7 +165,7 @@ let
tests: False
'';
modules = [
({ pkgs, ... }: lib.mkIf (pkgs.stdenv.hostPlatform != pkgs.stdenv.buildPlatform) {
({ pkgs, ... }: lib.mkIf (!pkgs.stdenv.hostPlatform.isGhcjs && pkgs.stdenv.hostPlatform != pkgs.stdenv.buildPlatform) {
packages = {
# Things that need plutus-tx-plugin
playground-common.package.buildable = false;
Expand All @@ -176,6 +176,7 @@ let
plutus-errors.package.buildable = false;
plutus-ledger.package.buildable = false;
plutus-ledger-constraints.package.buildable = false;
plutus-pab.package.buildable = false;
plutus-pab-executables.package.buildable = false;
plutus-playground-server.package.buildable = false; # Would also require libpq
plutus-tx-plugin.package.buildable = false;
Expand Down

0 comments on commit 0fa6e1e

Please sign in to comment.