summary refs log tree commit diff
path: root/pkgs/applications/graphics/meshlab
diff options
context:
space:
mode:
authorxeji <xeji@cat3.de>2018-04-11 01:15:18 +0200
committerxeji <xeji@cat3.de>2018-04-12 23:04:01 +0200
commitdb409adaace9eb1d5698af357a18080ee0e76afc (patch)
tree6f3cb864d03aa58ccb56afbba2cbb7d0698d4524 /pkgs/applications/graphics/meshlab
parenta13945e1a24919405d3929ab3f96ec07c217dd68 (diff)
downloadnixpkgs-db409adaace9eb1d5698af357a18080ee0e76afc.tar
nixpkgs-db409adaace9eb1d5698af357a18080ee0e76afc.tar.gz
nixpkgs-db409adaace9eb1d5698af357a18080ee0e76afc.tar.bz2
nixpkgs-db409adaace9eb1d5698af357a18080ee0e76afc.tar.lz
nixpkgs-db409adaace9eb1d5698af357a18080ee0e76afc.tar.xz
nixpkgs-db409adaace9eb1d5698af357a18080ee0e76afc.tar.zst
nixpkgs-db409adaace9eb1d5698af357a18080ee0e76afc.zip
meshlab: mark as broken
Diffstat (limited to 'pkgs/applications/graphics/meshlab')
-rw-r--r--pkgs/applications/graphics/meshlab/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/meshlab/default.nix b/pkgs/applications/graphics/meshlab/default.nix
index adb1ec29237..eaaabe8fd39 100644
--- a/pkgs/applications/graphics/meshlab/default.nix
+++ b/pkgs/applications/graphics/meshlab/default.nix
@@ -61,5 +61,6 @@ in stdenv.mkDerivation {
     license = stdenv.lib.licenses.gpl3;
     maintainers = with stdenv.lib.maintainers; [viric];
     platforms = with stdenv.lib.platforms; linux;
+    broken = true; # 2018-04-11
   };
 }