cl: mark as broken on aarch64
This commit is contained in:
parent
eeaf1f702d
commit
cebf1cc37b
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user