zotero: add check to detect xul version breakages

This commit is contained in:
Vladimír Čunát 2014-08-15 02:03:52 +02:00
parent 36a9fb094f
commit 05b4882255

View File

@ -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";