intel-graphics-compiler: mark as broken on darwin

main
Dmitry Kalinkin 2 years ago
parent a2eb380988
commit e53337159f
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
  1. 1
      pkgs/development/compilers/intel-graphics-compiler/default.nix

@ -77,5 +77,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ gloaming ];
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/intel-graphics-compiler.x86_64-darwin
};
}

Loading…
Cancel
Save