nixpkgs/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 dfilemanager: move to applications/file-managers 2022-06-26 23:58:10 -03:00
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 joshuto: 0.9.3 -> 0.9.4 2022-07-26 10:56:16 +02:00
krusader krusader: move to file-managers 2022-06-28 00:31:49 -03:00
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 nimmm: move to applications/file-managers 2022-06-26 23:58:11 -03:00
nnn nnn: 4.6 → 4.7 2022-11-24 19:48:37 +03:00
noice noice: move to applications/file-managers 2022-06-26 23:58:13 -03:00
pcmanfm pcmanfm: move to applications/file-managers 2022-06-26 23:58:12 -03:00
portfolio-filemanager portfolio-filemanager: fix launching 2022-10-02 17:19:17 +08:00
ranger treewide: switch to nativeCheckInputs 2023-01-21 12:00:00 +00:00
sfm sfm: move to applications/file-managers 2022-06-26 23:58:12 -03:00
shfm shfm: move to applications/file-managers 2022-06-26 23:58:13 -03:00
spacefm treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs 2022-09-26 17:53:26 +03:00
vifm vifm: fix :help by pulling in perl to build depends 2023-02-08 08:29:21 +00:00
worker worker: 4.10.1 -> 4.11.0 2022-10-01 03:37:51 +00:00
xfe xfe: 1.44 -> 1.45 2023-01-14 16:21:38 +00:00
ytree ytree: move to applications/file-managers 2022-06-26 23:58:14 -03:00