nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

octavePackages.ocl: mark as broken

Doron Behar dfd35625 28a59449

+2 -3
+2 -3
pkgs/development/octave-modules/ocl/default.nix
··· 1 1 { 2 2 buildOctavePackage, 3 - stdenv, 4 3 lib, 5 4 fetchurl, 6 5 }: ··· 23 24 Single-Instruction-Multiple-Data (SIMD) computations, selectively 24 25 using available OpenCL hardware and drivers. 25 26 ''; 26 - # error: structure has no member 'dir' 27 - broken = stdenv.hostPlatform.isDarwin; 27 + # https://savannah.gnu.org/bugs/?66964 28 + broken = true; 28 29 }; 29 30 }