octavePackages.ocl: mark as broken

This commit is contained in:
Doron Behar
2025-03-30 13:13:33 +03:00
parent 28a59449bf
commit dfd35625a0

View File

@@ -1,6 +1,5 @@
{
buildOctavePackage,
stdenv,
lib,
fetchurl,
}:
@@ -24,7 +23,7 @@ buildOctavePackage rec {
Single-Instruction-Multiple-Data (SIMD) computations, selectively
using available OpenCL hardware and drivers.
'';
# error: structure has no member 'dir'
broken = stdenv.hostPlatform.isDarwin;
# https://savannah.gnu.org/bugs/?66964
broken = true;
};
}