zotero: add check to detect xul version breakages
This commit is contained in:
parent
36a9fb094f
commit
05b4882255
@ -31,6 +31,9 @@ stdenv.mkDerivation {
|
||||
chmod +x "$out/bin/zotero"
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
installCheckPhase = "$out/bin/zotero --version";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://www.zotero.org";
|
||||
description = "Collect, organize, cite, and share your research sources";
|
||||
|
Loading…
Reference in New Issue
Block a user