Commit c582a1e5 authored by Doron Behar's avatar Doron Behar
Browse files

vuze: mark as broken

parent 271e05bb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,5 +26,8 @@ stdenv.mkDerivation rec {
    license = licenses.unfree;
    platforms = platforms.all;
    maintainers = [ ];
    # Doesn't launch, gives java related incompatibilities errors. Probably
    # related to swt. Same error happens with swt_jdk8
    broken = true;
  };
}