mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
xla: build for aarch64-linux too
Maybe https://github.com/NixOS/nixpkgs/pull/492814 fixed aarch64-linux too, in any way it seems to be buildable now
This commit is contained in:
parent
72b1d820cb
commit
ade08f2655
1 changed files with 2 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ in
|
|||
{
|
||||
x86_64-linux = "sha256-OJfSqDlEC+yhWwwMwaD5HGvuHm8OWk+yQxmbH0/gZ88=";
|
||||
aarch64-darwin = "sha256-sKxtdgozCV1on1gd+bm8FKyFxP0u70Hs24OdLNA3jh0=";
|
||||
aarch64-linux = "sha256-Ex0tbTF+EdISPKvy6K2zas8A+MofLmaLDN0Xvz7JI/o=";
|
||||
}
|
||||
.${stdenv.hostPlatform.system} or (throw "unsupported system: ${stdenv.hostPlatform.system}");
|
||||
preInstall = ''
|
||||
|
|
@ -206,6 +207,7 @@ in
|
|||
maintainers = with lib.maintainers; [ samuela ];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue