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;
|
homepage = https://github.com/tonyrog/cl;
|
||||||
description = "OpenCL binding for Erlang";
|
description = "OpenCL binding for Erlang";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
# https://github.com/tonyrog/cl/issues/39
|
||||||
|
broken = stdenv.isAarch64;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user