halide: enable on aarch64-linux
This commit is contained in:
parent
2699d3f2a7
commit
0a24ff069e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ llvmPackages.stdenv.mkDerivation rec {
|
|||
description = "C++ based language for image processing and computational photography";
|
||||
homepage = "https://halide-lang.org";
|
||||
license = licenses.mit;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
|
||||
maintainers = [ maintainers.ck3d ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue