Commit Graph

38 Commits

Author SHA1 Message Date
R. RyanTM
c795860075 mc: 4.8.25 -> 4.8.26 2021-01-30 16:39:04 +00:00
Ivan Babrou
a7f0bf7916 mc: move dependency pruning from post to pre fixup
See: https://github.com/NixOS/nixpkgs/pull/105026#issuecomment-751163086
2021-01-23 14:20:31 -08:00
Ben Siraphob
76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
7ae31068a7 mc: 4.8.24 -> 4.8.25 2020-07-25 09:22:56 +00:00
Jörg Thalheim
0ad2243c66
mc: quote urls 2020-03-14 07:32:48 +00:00
Jörg Thalheim
841b89cac8
mc: add autoreconfHook instead of /usr/bin/file patch
The error is still there but harmless.
It should be rather fixed in autoconf than in every package that
uses autotools.
2020-03-14 07:32:31 +00:00
Izorkin
784740aee0 mc: 4.8.23 -> 4.8.24 2020-03-07 16:00:31 +03:00
Peter Hoeg
e527dc62d7 mc: /bin/rm does not exist 2020-01-23 17:08:35 +08:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
9dfa1f5f55 mc: 4.8.22 -> 4.8.23
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mc/versions
2019-07-02 20:05:33 +02:00
R. RyanTM
fd31903bc5 mc: 4.8.21 -> 4.8.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mc/versions
2019-01-02 22:11:21 -08:00
Izorkin
16845d61e8 mc: 4.8.20 -> 4.8.21 (#41496) 2018-06-05 22:43:17 +02:00
Peter Hoeg
0c810eeae1 mc: parallel build 2018-05-10 13:25:48 +08:00
Ryan Mulligan
f132dcf464 mc: 4.8.19 -> 4.8.20
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/1qjgxba6vrvnq70gjwfmhhj0blxlr5fy-mc-4.8.20/bin/mc -h` got 0 exit code
- ran `/nix/store/1qjgxba6vrvnq70gjwfmhhj0blxlr5fy-mc-4.8.20/bin/mc --help` got 0 exit code
- ran `/nix/store/1qjgxba6vrvnq70gjwfmhhj0blxlr5fy-mc-4.8.20/bin/mc -V` and found version 4.8.20
- ran `/nix/store/1qjgxba6vrvnq70gjwfmhhj0blxlr5fy-mc-4.8.20/bin/mc --version` and found version 4.8.20
- ran `/nix/store/1qjgxba6vrvnq70gjwfmhhj0blxlr5fy-mc-4.8.20/bin/mc -h` and found version 4.8.20
- ran `/nix/store/1qjgxba6vrvnq70gjwfmhhj0blxlr5fy-mc-4.8.20/bin/mc --help` and found version 4.8.20
- found 4.8.20 with grep in /nix/store/1qjgxba6vrvnq70gjwfmhhj0blxlr5fy-mc-4.8.20
- found 4.8.20 in filename of file in /nix/store/1qjgxba6vrvnq70gjwfmhhj0blxlr5fy-mc-4.8.20

cc "@sander"
2018-02-27 06:02:03 -08:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Jörg Thalheim
fb19aac85d
mc: remove unwanted build-dependency references
fixes #25836
2017-05-17 00:15:53 +01:00
Michael Raskin
1a665f4850 mc: 4.8.18 -> 4.8.19 2017-03-09 18:47:37 +01:00
Josef Kemetmueller
23b922c98a mc: Fix darwin build
We remove linux specific packages from the darwin build of midnight
commander. Also slang wouldn't build on darwin without libiconv.
2016-11-21 12:30:30 +02:00
Michael Raskin
8de1da7ccb mc: 4.8.17 -> 4.8.18 2016-10-04 10:04:33 +02:00
Octavian Cerna
d93987b4a7 mc: Enable support for SFTP and SMB. 2016-09-06 23:29:03 +03:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Kranium Gikos Mendoza
12effae5b6 mc: 4.8.16 -> 4.8.17 2016-07-13 18:52:31 +08:00
Franz Pletz
18964796e6 mc: 4.8.12 -> 4.8.16 2016-05-03 16:15:20 +02:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Evgeny Egorochkin
586d19d787 mc: update from 4.8.11 to 4.8.12 2014-04-03 10:32:28 +03:00
Nixpkgs Monitor
3a6254f3f7 mc: update from 4.8.0 to 4.8.11 2014-01-08 16:05:08 +01:00
Eelco Dolstra
5553546c21 Remove a bunch of unreferenced files
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Peter Simons
c561cbe8c8 upgraded mc
svn path=/nixpkgs/trunk/; revision=30838
2011-12-11 19:39:06 +00:00
Sander van der Burg
034fb4fa11 Bumped midnight commander to version 4.7.5.3
svn path=/nixpkgs/trunk/; revision=28106
2011-08-01 10:24:14 +00:00
Sander van der Burg
b25e2987a6 - Fixed slang so that it always finds the terminfo files
- Added GPM support to midnight commander


svn path=/nixpkgs/trunk/; revision=17209
2009-09-16 17:52:54 +00:00
Sander van der Burg
08b7947416 Enabled support for X11 events in midnight commander
svn path=/nixpkgs/trunk/; revision=17208
2009-09-16 17:26:19 +00:00
Sander van der Burg
3e69dab469 Applied some fixes to midnight commander so that it no longer displays weird characters
svn path=/nixpkgs/trunk/; revision=17207
2009-09-16 17:08:33 +00:00
Eelco Dolstra
c583b8389b * Remove a time-dependent impurity from mc which was caused by
touching all the source files.  Depending on whether files were
  touched in the same second things would either be rebuilt (which
  would fail) or not.

  Maybe this breaks unzip support, not tested.

svn path=/nixpkgs/trunk/; revision=10500
2008-02-05 09:34:39 +00:00
Marc Weber
9a9a078ccf Don't know wether you want to build perl and zip because of mc.. But one of
mc's features is beeing able to unpack on the fly. You can do that now (.zip)

svn path=/nixpkgs/trunk/; revision=10486
2008-02-03 23:33:54 +00:00
Yury G. Kudryashov
0b15fe76ab mc nix-expr review
svn path=/nixpkgs/trunk/; revision=10361
2008-01-28 19:49:59 +00:00
Sander van der Burg
8c9f87cd0c Added midnight commander package
svn path=/nixpkgs/trunk/; revision=10257
2008-01-23 09:58:07 +00:00