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]
wip/yesman
Robin Gloster 7 years ago committed by Tuomas Tynkkynen
parent bc3ddc9e6c
commit 40ed226507
  1. 2
      nixos/release.nix
  2. 1
      pkgs/applications/audio/gnaural/default.nix
  3. 1
      pkgs/applications/gis/grass/default.nix
  4. 2
      pkgs/applications/graphics/meshlab/default.nix
  5. 2
      pkgs/applications/graphics/synfigstudio/default.nix
  6. 1
      pkgs/applications/networking/browsers/vivaldi/ffmpeg-codecs.nix
  7. 3
      pkgs/applications/science/machine-learning/torch/torch-distro.nix
  8. 1
      pkgs/applications/video/natron/default.nix
  9. 4
      pkgs/applications/video/shotcut/default.nix
  10. 1
      pkgs/development/compilers/rust/beta.nix
  11. 1
      pkgs/development/compilers/rust/nightly.nix
  12. 2
      pkgs/development/compilers/rust/rustc.nix
  13. 1
      pkgs/development/compilers/swift/default.nix
  14. 1
      pkgs/development/libraries/qxt/default.nix
  15. 1
      pkgs/development/ocaml-modules/curses/default.nix
  16. 1
      pkgs/development/tools/casperjs/default.nix
  17. 1
      pkgs/games/odamex/default.nix
  18. 1
      pkgs/games/spring/default.nix

@ -303,7 +303,7 @@ in rec {
#tests.panamax = hydraJob (import tests/panamax.nix { system = "x86_64-linux"; });
tests.peerflix = callTest tests/peerflix.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.proxy = callTest tests/proxy.nix {};
tests.pumpio = callTest tests/pump.io.nix {};

@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = [ maintainers.ehmry ];
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";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all;
broken = true;
};
}

@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric];
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
pkgconfig autoreconfHook
];
meta.broken = true;
};
in
stdenv.mkDerivation rec {

@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21;
maintainers = with maintainers; [ lluchs ];
platforms = [ "x86_64-linux" ];
broken = true;
};
}

@ -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 {

@ -122,5 +122,6 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl2;
maintainers = [ maintainers.puffnfresh ];
platforms = platforms.linux;
broken = true;
};
}

@ -52,9 +52,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
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;
doCheck = false;
broken = true;
};
cargo = callPackage ./cargo.nix rec {

@ -22,6 +22,7 @@ rec {
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
doCheck = false;
broken = true;
};
cargo = callPackage ./cargo.nix rec {

@ -10,6 +10,7 @@
, targetPatches
, targetToolchains
, doCheck ? true
, broken ? false
, buildPlatform, hostPlatform
} @ args:
@ -154,5 +155,6 @@ stdenv.mkDerivation {
maintainers = with maintainers; [ madjar cstrahan wizeman globin havvy wkennington ];
license = [ licenses.mit licenses.asl20 ];
platforms = platforms.linux ++ platforms.darwin;
broken = broken;
};
}

@ -263,6 +263,7 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
# Swift doesn't support 32bit Linux, unknown on other platforms.
platforms = [ "x86_64-linux" ];
broken = true;
};
}

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ forkk ];
broken = true;
};
}

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = [ maintainers.volth ];
platforms = ocaml.meta.platforms or [];
broken = true;
};
}

@ -50,5 +50,6 @@ in stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.bluescreen303 ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ MP2E ];
broken = true;
};
}

@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
platforms = platforms.linux;
broken = true;
};
}

Loading…
Cancel
Save