octavePackages.ocl: Mark broken on Darwin

This commit is contained in:
OPNA2608 2021-12-26 23:40:58 +01:00
parent 183a8e9846
commit af8c2038fd

View File

@ -1,4 +1,5 @@
{ buildOctavePackage
, stdenv
, lib
, fetchurl
}:
@ -22,5 +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.isDarwin;
};
}