only add crypto_simd on x86_64
This commit is contained in:
parent
09e2e74d59
commit
d7baf6b6fc
|
@ -23,10 +23,10 @@ in {
|
||||||
"hid_generic"
|
"hid_generic"
|
||||||
# For Cryptography
|
# For Cryptography
|
||||||
"cryptd"
|
"cryptd"
|
||||||
"crypto_simd"
|
|
||||||
|
|
||||||
(optionals (pkgs.system == "x86_64_linux") [
|
(optionals (pkgs.system == "x86_64_linux") [
|
||||||
"aesni_intel"
|
"aesni_intel"
|
||||||
|
"crypto_simd"
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue