Commit Graph

61 Commits

Author SHA1 Message Date
Gaétan Lepage
1d3d61b344
lf: fix panic error on systems where user is not in /etc/passwd (#196614)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-27 13:57:22 +02:00
Stanisław Pitucha
51dd37e4ec
Merge pull request #189474 from 06kellyjac/mc
mc: help with discoverability
2022-10-23 15:06:20 +11:00
Stanisław Pitucha
537c72cfd4
mc: fix description readability
Co-authored-by: Michal Sojka <michal.sojka@cvut.cz>
2022-10-23 14:45:26 +11:00
figsoda
e74423c4ed felix-fm: 1.3.1 -> 1.3.2 2022-10-22 17:18:02 -04:00
github-actions[bot]
c8a9826fe2
Merge master into staging-next 2022-10-22 00:04:37 +00:00
figsoda
b12821971d felix-fm: 1.3.0 -> 1.3.1 2022-10-20 16:39:09 -04:00
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
R. Ryantm
dafe0938f1 felix-fm: 1.2.0 -> 1.3.0 2022-10-18 11:04:27 +00:00
github-actions[bot]
18a6423900
Merge master into staging-next 2022-10-17 00:04:21 +00:00
cadkin
852e005989 xfe: 1.42 -> 1.44 2022-10-15 16:51:33 -04:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
github-actions[bot]
0ae3aa5345
Merge master into staging-next 2022-10-02 17:45:43 +00:00
figsoda
b765de8e6b
Merge pull request #193761 from figsoda/felix
felix-fm: init at 1.2.0
2022-10-02 11:19:30 -04:00
github-actions[bot]
fc393d5731
Merge master into staging-next 2022-10-02 12:01:22 +00:00
Chuang Zhu
0e425bdf80 portfolio-filemanager: fix launching 2022-10-02 17:19:17 +08:00
github-actions[bot]
532efa8827
Merge master into staging-next 2022-10-02 06:05:57 +00:00
figsoda
ba9b47f30f felix-fm: 1.1.2 -> 1.2.0 2022-10-01 11:23:13 -04:00
R. Ryantm
7c5470600a worker: 4.10.1 -> 4.11.0 2022-10-01 03:37:51 +00:00
figsoda
ff9628bea6 felix-fm: init at 1.1.2 2022-09-30 16:12:02 -04:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
R. Ryantm
6ec7b5282b vifm-full: 0.12 -> 0.12.1 2022-09-22 05:41:09 +00:00
R. Ryantm
543ff6a164 doublecmd: 1.0.7 -> 1.0.8 2022-09-20 07:24:19 +00:00
R. Ryantm
e7e7e386a8 doublecmd: 1.0.6 -> 1.0.7 2022-09-12 18:10:20 +00:00
06kellyjac
37423f5a4e mc: help with discoverability 2022-09-02 16:00:37 +01:00
Sandro
cd7918895f
Merge pull request #187914 from elohmeier/nnn-musl 2022-08-28 23:18:54 +02:00
R. Ryantm
f8fc6c64f5 clifm: 1.6 -> 1.7 2022-08-28 09:02:22 +00:00
Jonas Heinrich
d6050a9464
Merge pull request #180460 from r-ryantm/auto-update/clifm
clifm: 1.5.1 -> 1.6
2022-08-24 10:42:23 +02:00
Enno Richter
7f1b396889 nnn: fix musl build 2022-08-22 21:54:02 +02:00
Sergei Trofimovich
347e5f473e mc: stop retaining configure arguments in the final binary
Reduces closure size of cross-compiled binary a bit by not retaining
build-time perl and friends.

Before:

    $ nix path-info -Sh $(nix-build -A pkgsCross.ppc64.mc) | unnix
    /<<NIX>>/mc-powerpc64-unknown-linux-gnu-4.8.28   273.7M

After:

    $ nix path-info -Sh $(nix-build -A pkgsCross.ppc64.mc) | unnix
    /<<NIX>>/mc-powerpc64-unknown-linux-gnu-4.8.28   198.6M
2022-08-18 11:52:49 +01:00
Sergei Trofimovich
69ce8a0949 mc, pkgsCross.ppc64.mc: fixx cross-build by adding PERL_FOR_BUILD
Without the change build system tries to execute perl for host (instead
of build) and fails as:

    install: cannot stat './mc.hlp.es': No such file or directory

The change pulls patch pending upstream inclusion where `PERL_FOR_BUILD`
is introduced to complement `PERL` for such cases.
2022-08-18 11:12:44 +01:00
R. Ryantm
28270de31f worker: 4.10.0 -> 4.10.1 2022-08-02 06:10:17 +00:00
Nikolay Korotkiy
b95fa37c60
nnn: 4.5 → 4.6 2022-07-26 22:03:42 +03:00
Matthias Thym
1da61bc1a4 joshuto: 0.9.3 -> 0.9.4 2022-07-26 10:56:16 +02:00
Matthias Thym
a65d1a3b89 joshuto: add totoroot as maintainer 2022-07-25 08:42:57 +02:00
R. Ryantm
a23a085a26 clifm: 1.5.1 -> 1.6 2022-07-07 20:59:18 +00:00
ajs124
a0718341e6 maintainers: remove volth
github account deleted
2022-06-29 00:52:12 +02:00
Anderson Torres
6a64d4f011
Merge pull request #179400 from AndersonTorres/file-managers
Reorder file managers
2022-06-28 08:23:06 -03:00
AndersonTorres
e3b17ac5c3 krusader: move to file-managers 2022-06-28 00:31:49 -03:00
AndersonTorres
34a6690ded doublecmd: init at 1.0.6 2022-06-27 22:57:02 -03:00
AndersonTorres
6910e46427 spaceFM: move to applications/file-managers 2022-06-26 23:58:14 -03:00
AndersonTorres
99a4c03e77 ytree: move to applications/file-managers 2022-06-26 23:58:14 -03:00
AndersonTorres
20acab1b9b xfe: move to applications/file-managers 2022-06-26 23:58:14 -03:00
AndersonTorres
81f5320646 worker: move to applications/file-managers 2022-06-26 23:58:14 -03:00
AndersonTorres
25bc8d2b18 vifm: move to applications/file-managers 2022-06-26 23:58:13 -03:00
AndersonTorres
d2c526c2e6 shfm: move to applications/file-managers 2022-06-26 23:58:13 -03:00
AndersonTorres
77f472a4cf noice: move to applications/file-managers 2022-06-26 23:58:13 -03:00
AndersonTorres
39a9ea7f5e nnn: move to applications/file-managers 2022-06-26 23:58:13 -03:00
AndersonTorres
c5ab4a57cb sfm: move to applications/file-managers 2022-06-26 23:58:12 -03:00
AndersonTorres
b9432b63ab ranger: move to applications/file-managers 2022-06-26 23:58:12 -03:00
AndersonTorres
032bbe845d portfolio-filemanager: move to applications/file-managers 2022-06-26 23:58:12 -03:00