shaderc: mark as broken

(cherry picked from commit 2ccdac8c9e79030aca144137d0479065ce40fbb8)
This commit is contained in:
Rob Vermaas 2017-09-10 12:37:55 +00:00
parent 0d8e157d61
commit b7ac21fe0d
No known key found for this signature in database
GPG Key ID: E114A5F264A8AE8E

View File

@ -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;
};
}