haskellPackages.scrypt: move platform override to hackage2nix configuration

This commit is contained in:
(cdep)illabout
2021-05-16 11:02:35 +09:00
parent 195bf4e658
commit 67ebe5ad6d
3 changed files with 2 additions and 5 deletions
@@ -772,9 +772,4 @@ 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;
};
}