lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

shaderc: mark as broken

(cherry picked from commit 2ccdac8c9e79030aca144137d0479065ce40fbb8)

+1
+1
pkgs/development/compilers/shaderc/default.nix
··· 27 27 meta = with stdenv.lib; { 28 28 inherit (src.meta) homepage; 29 29 description = "A collection of tools, libraries and tests for shader compilation."; 30 + broken = true; 30 31 }; 31 32 }