Skip to content

Commit

Permalink
treewide: mark a bunch of failing builds as broken
Browse files Browse the repository at this point in the history
(cherry picked from commit 23fdbaa)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
  • Loading branch information
globin authored and dezgeg committed Sep 30, 2017
1 parent bc3ddc9 commit 40ed226
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nixos/release.nix
Expand Up @@ -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 {};
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/gnaural/default.nix
Expand Up @@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/gis/grass/default.nix
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/meshlab/default.nix
Expand Up @@ -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;
};
}
2 changes: 2 additions & 0 deletions pkgs/applications/graphics/synfigstudio/default.nix
Expand Up @@ -42,6 +42,8 @@ let
ETL boost cairo gettext glibmm mlt-qt5 libsigcxx libxmlxx pango
pkgconfig autoreconfHook
];

meta.broken = true;
};
in
stdenv.mkDerivation rec {
Expand Down
Expand Up @@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21;
maintainers = with maintainers; [ lluchs ];
platforms = [ "x86_64-linux" ];
broken = true;
};
}
Expand Up @@ -105,6 +105,7 @@ let
installPhase = ''
make install-extra $makeFlags
'';
meta.broken = true;
};

luafilesystem = buildLuaRocks {
Expand All @@ -123,6 +124,7 @@ let
luaffifb = buildLuaRocks {
name = "luaffifb";
src = "${distro_src}/extra/luaffifb";
meta.broken = true;
};

sundown = buildLuaRocks rec {
Expand Down Expand Up @@ -267,6 +269,7 @@ let
preBuild = ''
export Torch_DIR=${torch}/share/cmake/torch
'';
meta.broken = true;
};

trepl = buildLuaRocks rec {
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/video/natron/default.nix
Expand Up @@ -122,5 +122,6 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl2;
maintainers = [ maintainers.puffnfresh ];
platforms = platforms.linux;
broken = true;
};
}
4 changes: 0 additions & 4 deletions pkgs/applications/video/shotcut/default.nix
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/rust/beta.nix
Expand Up @@ -25,6 +25,7 @@ rec {
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;

doCheck = false;
broken = true;
};

cargo = callPackage ./cargo.nix rec {
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/compilers/rust/nightly.nix
Expand Up @@ -22,6 +22,7 @@ rec {
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;

doCheck = false;
broken = true;
};

cargo = callPackage ./cargo.nix rec {
Expand Down
2 changes: 2 additions & 0 deletions pkgs/development/compilers/rust/rustc.nix
Expand Up @@ -10,6 +10,7 @@
, targetPatches
, targetToolchains
, doCheck ? true
, broken ? false
, buildPlatform, hostPlatform
} @ args:

Expand Down Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/swift/default.nix
Expand Up @@ -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;
};
}

1 change: 1 addition & 0 deletions pkgs/development/libraries/qxt/default.nix
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/ocaml-modules/curses/default.nix
Expand Up @@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = [ maintainers.volth ];
platforms = ocaml.meta.platforms or [];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/tools/casperjs/default.nix
Expand Up @@ -50,5 +50,6 @@ in stdenv.mkDerivation rec {

maintainers = [ stdenv.lib.maintainers.bluescreen303 ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/games/odamex/default.nix
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/games/spring/default.nix
Expand Up @@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
platforms = platforms.linux;
broken = true;
};
}

0 comments on commit 40ed226

Please sign in to comment.