aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/meshlab
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-09-28 23:16:18 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-10-01 00:26:52 +0300
commit40ed22650737a444fee7883e69e852fd4b808133 (patch)
tree05b4cc21520d1fe93988de2a85ce0dbddbd0c8a2 /pkgs/applications/graphics/meshlab
parentbc3ddc9e6c30b71a74f47275b929fee96d93a06b (diff)
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]
Diffstat (limited to 'pkgs/applications/graphics/meshlab')
-rw-r--r--pkgs/applications/graphics/meshlab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/meshlab/default.nix b/pkgs/applications/graphics/meshlab/default.nix
index 07789fce3a92..d73697673bfe 100644
--- a/pkgs/applications/graphics/meshlab/default.nix
+++ b/pkgs/applications/graphics/meshlab/default.nix
@@ -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;
};
}