build-fhsenv-bubblewrap: add "aarch64-linux" library mapping

`aarch64-linux` is another frequent host for FHS environments.
This commit is contained in:
Sergei Trofimovich
2025-12-10 20:10:56 +00:00
parent 70c006acd0
commit 0ddc2ae1fc
@@ -51,6 +51,7 @@ let
{
"i686-linux" = "lib32";
"x86_64-linux" = "lib64";
"aarch64-linux" = "lib64";
}
.${stdenv.system} or (throw "Please expand list of system with defaultLib for '${stdenv.system}'");