build-fhsenv-bubblewrap: add "aarch64-linux" library mapping
`aarch64-linux` is another frequent host for FHS environments.
This commit is contained in:
@@ -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}'");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user