nixpkgs/pkgs/applications/office/zotero
Daniël de Kok 13ab2b4b10 zotero: fix reliance on coreutils being in PATH
zotero currently fails in pure environments with:

.zotero-wrapped: line 12: readlink: command not found
.zotero-wrapped: line 12: dirname: command not found
.zotero-wrapped: line 13: /zotero-bin: No such file or directory

Because the script assumes that readlink and dirname are
available. Fix by adding coreutils to PATH using the wrapper.
2020-09-01 13:29:46 +02:00
..
default.nix zotero: fix reliance on coreutils being in PATH 2020-09-01 13:29:46 +02:00
zotero.sh