Skip to content

Commit b7ac21f

Browse files
committedSep 10, 2017
shaderc: mark as broken
(cherry picked from commit 2ccdac8)
1 parent 0d8e157 commit b7ac21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎pkgs/development/compilers/shaderc/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
2727
meta = with stdenv.lib; {
2828
inherit (src.meta) homepage;
2929
description = "A collection of tools, libraries and tests for shader compilation.";
30+
broken = true;
3031
};
3132
}

0 commit comments

Comments
 (0)
Please sign in to comment.