shaderc: mark as broken

(cherry picked from commit 2ccdac8c9e79030aca144137d0479065ce40fbb8)
This commit is contained in:
Rob Vermaas
2017-09-10 12:38:19 +00:00
parent 0d8e157d61
commit b7ac21fe0d
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit (src.meta) homepage;
description = "A collection of tools, libraries and tests for shader compilation.";
broken = true;
};
}