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:
parent
bc3ddc9e6c
commit
40ed226507
@ -303,7 +303,7 @@ in rec {
|
|||||||
#tests.panamax = hydraJob (import tests/panamax.nix { system = "x86_64-linux"; });
|
#tests.panamax = hydraJob (import tests/panamax.nix { system = "x86_64-linux"; });
|
||||||
tests.peerflix = callTest tests/peerflix.nix {};
|
tests.peerflix = callTest tests/peerflix.nix {};
|
||||||
tests.postgresql = callSubTests tests/postgresql.nix {};
|
tests.postgresql = callSubTests tests/postgresql.nix {};
|
||||||
tests.pgjwt = callTest tests/pgjwt.nix {};
|
#tests.pgjwt = callTest tests/pgjwt.nix {};
|
||||||
tests.printing = callTest tests/printing.nix {};
|
tests.printing = callTest tests/printing.nix {};
|
||||||
tests.proxy = callTest tests/proxy.nix {};
|
tests.proxy = callTest tests/proxy.nix {};
|
||||||
tests.pumpio = callTest tests/pump.io.nix {};
|
tests.pumpio = callTest tests/pump.io.nix {};
|
||||||
|
@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.ehmry ];
|
maintainers = [ maintainers.ehmry ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -71,5 +71,6 @@ stdenv.mkDerivation {
|
|||||||
description = "GIS software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization";
|
description = "GIS software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
broken = stdenv.isLinux && stdenv.isi686;
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -42,6 +42,8 @@ let
|
|||||||
ETL boost cairo gettext glibmm mlt-qt5 libsigcxx libxmlxx pango
|
ETL boost cairo gettext glibmm mlt-qt5 libsigcxx libxmlxx pango
|
||||||
pkgconfig autoreconfHook
|
pkgconfig autoreconfHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
meta.broken = true;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with maintainers; [ lluchs ];
|
maintainers = with maintainers; [ lluchs ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -105,6 +105,7 @@ let
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
make install-extra $makeFlags
|
make install-extra $makeFlags
|
||||||
'';
|
'';
|
||||||
|
meta.broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
luafilesystem = buildLuaRocks {
|
luafilesystem = buildLuaRocks {
|
||||||
@ -123,6 +124,7 @@ let
|
|||||||
luaffifb = buildLuaRocks {
|
luaffifb = buildLuaRocks {
|
||||||
name = "luaffifb";
|
name = "luaffifb";
|
||||||
src = "${distro_src}/extra/luaffifb";
|
src = "${distro_src}/extra/luaffifb";
|
||||||
|
meta.broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
sundown = buildLuaRocks rec {
|
sundown = buildLuaRocks rec {
|
||||||
@ -267,6 +269,7 @@ let
|
|||||||
preBuild = ''
|
preBuild = ''
|
||||||
export Torch_DIR=${torch}/share/cmake/torch
|
export Torch_DIR=${torch}/share/cmake/torch
|
||||||
'';
|
'';
|
||||||
|
meta.broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
trepl = buildLuaRocks rec {
|
trepl = buildLuaRocks rec {
|
||||||
|
@ -122,5 +122,6 @@ stdenv.mkDerivation {
|
|||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [ maintainers.puffnfresh ];
|
maintainers = [ maintainers.puffnfresh ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -52,9 +52,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
||||||
# after qt5 bump it probably needs to be updated,
|
|
||||||
# but newer versions seem to need newer than the latest stable mlt
|
|
||||||
# broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,7 @@ rec {
|
|||||||
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
|
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargo = callPackage ./cargo.nix rec {
|
cargo = callPackage ./cargo.nix rec {
|
||||||
|
@ -22,6 +22,7 @@ rec {
|
|||||||
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
|
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargo = callPackage ./cargo.nix rec {
|
cargo = callPackage ./cargo.nix rec {
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
, targetPatches
|
, targetPatches
|
||||||
, targetToolchains
|
, targetToolchains
|
||||||
, doCheck ? true
|
, doCheck ? true
|
||||||
|
, broken ? false
|
||||||
, buildPlatform, hostPlatform
|
, buildPlatform, hostPlatform
|
||||||
} @ args:
|
} @ args:
|
||||||
|
|
||||||
@ -154,5 +155,6 @@ stdenv.mkDerivation {
|
|||||||
maintainers = with maintainers; [ madjar cstrahan wizeman globin havvy wkennington ];
|
maintainers = with maintainers; [ madjar cstrahan wizeman globin havvy wkennington ];
|
||||||
license = [ licenses.mit licenses.asl20 ];
|
license = [ licenses.mit licenses.asl20 ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
broken = broken;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -263,6 +263,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
# Swift doesn't support 32bit Linux, unknown on other platforms.
|
# Swift doesn't support 32bit Linux, unknown on other platforms.
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ forkk ];
|
maintainers = with stdenv.lib.maintainers; [ forkk ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.volth ];
|
maintainers = [ maintainers.volth ];
|
||||||
platforms = ocaml.meta.platforms or [];
|
platforms = ocaml.meta.platforms or [];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -50,5 +50,6 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.bluescreen303 ];
|
maintainers = [ stdenv.lib.maintainers.bluescreen303 ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ MP2E ];
|
maintainers = with stdenv.lib.maintainers; [ MP2E ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
|
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user