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
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
3 changed files with 2 additions and 5 deletions

View File

@ -326,6 +326,7 @@ unsupported-platforms:
rtlsdr: [ x86_64-darwin ] rtlsdr: [ x86_64-darwin ]
rubberband: [ x86_64-darwin ] rubberband: [ x86_64-darwin ]
sbv: [ aarch64-linux ] sbv: [ aarch64-linux ]
scrypt: [ aarch64-linux, armv7l-linux ] # https://github.com/informatikr/scrypt/issues/8
sdl2-mixer: [ x86_64-darwin ] sdl2-mixer: [ x86_64-darwin ]
sdl2-ttf: [ x86_64-darwin ] sdl2-ttf: [ x86_64-darwin ]
synthesizer-alsa: [ x86_64-darwin ] synthesizer-alsa: [ x86_64-darwin ]

View File

@ -772,9 +772,4 @@ self: super: builtins.intersectAttrs super {
export HOME=$TMPDIR/home export HOME=$TMPDIR/home
''; '';
}); });
# https://github.com/informatikr/scrypt/issues/8
scrypt = overrideCabal super.scrypt {
platforms = pkgs.lib.platforms.x86;
};
} }

View File

@ -228476,6 +228476,7 @@ self: {
]; ];
description = "Stronger password hashing via sequential memory-hard functions"; description = "Stronger password hashing via sequential memory-hard functions";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
platforms = [ "i686-linux" "x86_64-darwin" "x86_64-linux" ];
}) {}; }) {};
"scrz" = callPackage "scrz" = callPackage