Merge pull request #155368 from veprbl/pr/broken_intel-graphics-compiler
intel-graphics-compiler: mark as broken on darwin
This commit is contained in:
commit
1a005c7890
1 changed files with 1 additions and 0 deletions
|
@ -77,5 +77,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ gloaming ];
|
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…
Reference in a new issue