linux: Add CRYPTO_AEGIS128_SIMD for aarch64

See comments: 9b67ea9106
This commit is contained in:
Tim Steinbach 2019-11-28 09:20:15 -05:00
parent b3b7a482bc
commit 0e670a2e67
No known key found for this signature in database
GPG key ID: 6C654787275A64F1

View file

@ -739,6 +739,9 @@ let
} // optionalAttrs (stdenv.hostPlatform.system == "aarch64-linux") {
# Enables support for the Allwinner Display Engine 2.0
SUN8I_DE2_CCU = whenAtLeast "4.13" yes;
# See comments on https://github.com/NixOS/nixpkgs/commit/9b67ea9106102d882f53d62890468071900b9647
CRYPTO_AEGIS128_SIMD = no;
};
};
in