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