forked from mirrors/nixpkgs
haskellPackages.scrypt: move platform override to hackage2nix configuration
This commit is contained in:
parent
195bf4e658
commit
67ebe5ad6d
|
@ -326,6 +326,7 @@ unsupported-platforms:
|
|||
rtlsdr: [ x86_64-darwin ]
|
||||
rubberband: [ x86_64-darwin ]
|
||||
sbv: [ aarch64-linux ]
|
||||
scrypt: [ aarch64-linux, armv7l-linux ] # https://github.com/informatikr/scrypt/issues/8
|
||||
sdl2-mixer: [ x86_64-darwin ]
|
||||
sdl2-ttf: [ x86_64-darwin ]
|
||||
synthesizer-alsa: [ x86_64-darwin ]
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -228476,6 +228476,7 @@ self: {
|
|||
];
|
||||
description = "Stronger password hashing via sequential memory-hard functions";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "i686-linux" "x86_64-darwin" "x86_64-linux" ];
|
||||
}) {};
|
||||
|
||||
"scrz" = callPackage
|
||||
|
|
Loading…
Reference in a new issue