zotero: mark as broken #20049

This commit is contained in:
Vladimír Čunát 2016-11-02 17:32:39 +01:00
parent 50945dda70
commit a890d1765b

View file

@ -77,5 +77,6 @@ stdenv.mkDerivation {
description = "Collect, organize, cite, and share your research sources";
license = licenses.agpl3;
platforms = platforms.linux;
broken = true; # probably; see #20049
};
}