treewide: mark a bunch of failing builds as broken

(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
This commit is contained in:
Robin Gloster
2017-10-01 00:26:52 +03:00
committed by Tuomas Tynkkynen
parent bc3ddc9e6c
commit 40ed226507
18 changed files with 21 additions and 6 deletions
@@ -105,6 +105,7 @@ let
installPhase = ''
make install-extra $makeFlags
'';
meta.broken = true;
};
luafilesystem = buildLuaRocks {
@@ -123,6 +124,7 @@ let
luaffifb = buildLuaRocks {
name = "luaffifb";
src = "${distro_src}/extra/luaffifb";
meta.broken = true;
};
sundown = buildLuaRocks rec {
@@ -267,6 +269,7 @@ let
preBuild = ''
export Torch_DIR=${torch}/share/cmake/torch
'';
meta.broken = true;
};
trepl = buildLuaRocks rec {