haskellPackages.password, haskellPackages.password-instances, haskellPackages.scat: disable builds on arm

This commit is contained in:
(cdep)illabout
2021-05-16 11:41:01 +09:00
parent 1ddd893bd1
commit 6a07f2820d
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -195937,6 +195937,7 @@ self: {
];
description = "Hashing and checking of passwords";
license = lib.licenses.bsd3;
platforms = [ "i686-linux" "x86_64-darwin" "x86_64-linux" ];
}) {};
"password-instances" = callPackage
@@ -195960,6 +195961,7 @@ self: {
];
description = "typeclass instances for password package";
license = lib.licenses.bsd3;
platforms = [ "i686-linux" "x86_64-darwin" "x86_64-linux" ];
}) {};
"password-types" = callPackage
@@ -227317,6 +227319,7 @@ self: {
];
description = "Generates unique passwords for various websites from a single password";
license = lib.licenses.bsd3;
platforms = [ "i686-linux" "x86_64-darwin" "x86_64-linux" ];
}) {};
"scc" = callPackage