cl: mark as broken on aarch64

This commit is contained in:
Jörg Thalheim 2019-12-23 10:17:53 +00:00
parent eeaf1f702d
commit cebf1cc37b
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
homepage = https://github.com/tonyrog/cl;
description = "OpenCL binding for Erlang";
license = licenses.mit;
# https://github.com/tonyrog/cl/issues/39
broken = stdenv.isAarch64;
platforms = platforms.linux;
};
}