Commit graph

22 commits

Author SHA1 Message Date
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
Sandro Jäckel 82a0381340
mtools: Switch to pname, version 2020-12-03 08:52:48 +01:00
R. RyanTM 3a19b02818 mtools: 4.0.25 -> 4.0.26 2020-12-02 19:36:41 +00:00
R. RyanTM bd5c059f86 mtools: 4.0.24 -> 4.0.25 2020-11-03 22:02:37 -08:00
Lancelot SIX 19e3c65e13 mtools: 4.0.23 -> 4.0.24
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00010.html
for release information
2020-04-02 16:29:41 +00:00
R. RyanTM 090bc5b85e mtools: 4.0.22 -> 4.0.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/mtools/versions
2018-12-25 02:40:06 -08:00
Will Dietz 41194fc19c mtools: 4.0.21 -> 4.0.22
https://lists.gnu.org/archive/html/info-gnu/2018-12/msg00000.html
2018-12-07 21:55:00 -06:00
Will Dietz 51b526d86e mtools: 4.0.20 -> 4.0.21
* mtools: 4.0.20 -> 4.0.21 (#50993)

https://lists.gnu.org/archive/html/info-mtools/2018-11/msg00009.html

* mtools: homepage is https-capable
2018-11-24 22:34:57 +01:00
Jörg Thalheim 47a239a240
mtools: fix darwin build 2018-11-19 10:19:19 +00:00
R. RyanTM 4f99f26f9b mtools: 4.0.19 -> 4.0.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mtools/versions
2018-11-18 23:18:55 -08:00
R. RyanTM aee3689349 mtools: 4.0.18 -> 4.0.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mtools/versions
2018-10-03 05:36:40 -07:00
Markus Kowalewski 4f83467ba4
mtools: add license 2018-09-07 23:48:17 +02:00
Will Dietz 9bbac8b3bf mtools: optimistically extend platforms (gnu + darwin) => unix 2018-04-30 18:08:48 -05:00
George Whewell 9b1a70f1ac mtools: fix build on darwin 2017-04-04 23:32:06 +01:00
Bjørn Forsman c9baba9212 Fix many package descriptions
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
2014-08-24 22:31:37 +02:00
Peter Simons 684e06c2e6 mtools: update from 4.0.17 to 4.0.18 2014-02-24 22:04:40 +01:00
Ludovic Courtès 2e937c437a unmaintain several packages 2013-08-16 23:45:01 +02:00
Ludovic Courtès 328dc1f386 GNU mtools 4.0.17.
svn path=/nixpkgs/trunk/; revision=27589
2011-07-04 11:52:37 +00:00
Ludovic Courtès 163c51f299 GNU mtools 4.0.16.
svn path=/nixpkgs/trunk/; revision=27045
2011-04-28 20:58:27 +00:00
Ludovic Courtès 8846577c78 GNU mtools 4.0.15.
svn path=/nixpkgs/trunk/; revision=24356
2010-10-19 08:09:10 +00:00
Eelco Dolstra 2148d43a6d * Added mtools.
svn path=/nixpkgs/trunk/; revision=23014
2010-08-06 21:36:54 +00:00