Skip to content

Commit

Permalink
haskellPackages.scrypt: only supports x86
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored and sternenseemann committed May 15, 2021
1 parent d74484d commit 31404dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -772,4 +772,9 @@ self: super: builtins.intersectAttrs super {
export HOME=$TMPDIR/home
'';
});

# https://github.com/informatikr/scrypt/issues/8
scrypt = overrideCabal super.scrypt {
platforms = pkgs.lib.platforms.x86;
};
}

0 comments on commit 31404dd

Please sign in to comment.