Unverified Commit e2f4327f authored by Aaron Jheng's avatar Aaron Jheng
Browse files

neard: mark as broken

parent 6a4db701
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,5 +72,7 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ ];
    platforms = platforms.unix;
    # error: wcwidth-0.2.13 not supported for interpreter python2.7
    broken = true; # Added 2024-03-17
  };
}