mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
zotero: mark as broken #20049
This commit is contained in:
parent
50945dda70
commit
a890d1765b
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue