nixpkgs-suyu/pkgs/applications/file-managers
Sergei Trofimovich afd204905e vifm: fix :help by pulling in perl to build depends
Without the change `:help` command failed to find the help as:

    $ rm -rfv ~/.config/vifm/ ~/.vifm
    $ vifm
    <in vifm>:help
    Error detected while processing command line:
    E149: Sorry, no help for vifm-app.txt

This happened because `tags` in `doc` directory was empty:

    $(top_srcdir)/data/vim/doc/plugin/tags: \
                               $(top_srcdir)/data/vim/doc/plugin/vifm-plugin.txt
        $(AM_V_GEN)mkdir -p ../data/vim/doc/plugin/; \
        if [ -n "$(PERL)" ]; then \
                $(srcdir)/helpztags "$(top_srcdir)/data/vim/doc/plugin"; \
        elif [ -n "$(VIM)" ]; then \
                vim -e -s -c 'helptags $(top_srcdir)/data/vim/doc/plugin|q'; \
        else \
                touch $@; \
        fi

The change pulls in `perl` into build depends to get tags working.
2023-02-08 08:29:21 +00:00
..
cfm
clex
clifm clifm: 1.9 -> 1.10 2023-02-07 01:18:17 +00:00
dfilemanager
doublecmd doublecmd: 1.0.9 -> 1.0.10 2023-01-24 03:01:41 +00:00
felix-fm felix-fm: 2.2.3 -> 2.2.4 2023-01-31 16:01:34 -05:00
joshuto
krusader
lf lf: 27 -> 28 2022-12-25 23:33:33 -08:00
llama llama: 1.2.0 -> 1.4.0 2023-01-08 10:39:33 +00:00
mc mc: update postPatch phase 2023-02-05 11:49:43 +03:00
mucommander mucommander: use latest JDK 2022-11-25 19:55:40 -08:00
nimmm
nnn nnn: 4.6 → 4.7 2022-11-24 19:48:37 +03:00
noice
pcmanfm
portfolio-filemanager
ranger treewide: switch to nativeCheckInputs 2023-01-21 12:00:00 +00:00
sfm
shfm
spacefm
vifm vifm: fix :help by pulling in perl to build depends 2023-02-08 08:29:21 +00:00
worker
xfe xfe: 1.44 -> 1.45 2023-01-14 16:21:38 +00:00
ytree