octavePackages.ocl: Mark broken on Darwin
This commit is contained in:
parent
183a8e9846
commit
af8c2038fd
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue