halide: Enable on platforms.all (#110106)

This commit is contained in:
spease 2021-01-25 06:48:16 -08:00 committed by GitHub
parent 37c858e55d
commit e610806903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" "aarch64-linux" ];
platforms = platforms.all;
maintainers = [ maintainers.ck3d ];
};
}