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
+1
View File
@@ -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