mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
octavePackages.ocl: Mark broken on Darwin
This commit is contained in:
parent
183a8e9846
commit
af8c2038fd
@ -1,4 +1,5 @@
|
|||||||
{ buildOctavePackage
|
{ buildOctavePackage
|
||||||
|
, stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchurl
|
, fetchurl
|
||||||
}:
|
}:
|
||||||
@ -22,5 +23,7 @@ buildOctavePackage rec {
|
|||||||
Single-Instruction-Multiple-Data (SIMD) computations, selectively
|
Single-Instruction-Multiple-Data (SIMD) computations, selectively
|
||||||
using available OpenCL hardware and drivers.
|
using available OpenCL hardware and drivers.
|
||||||
'';
|
'';
|
||||||
|
# error: structure has no member 'dir'
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user