Commit graph

16 commits

Author SHA1 Message Date
Roxie Gibson 7a737bfd29
tomb: 2.8.1 -> 2.9 2021-01-21 12:51:30 +00: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
Maxine Aubrey 47586f2451
tomb: 2.8 -> 2.8.1 2020-12-19 21:48:52 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Aaron Janse 52d3cc4438 tomb: 2.7 -> 2.8 2020-11-18 09:54:49 +08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 3c2a3bde28 tomb: 2.6 -> 2.7 (#74693) 2019-11-30 14:30:43 +01: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 c650aa2d9e tomb: 2.5 -> 2.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tomb/versions
2019-07-03 08:30:35 +02:00
Brice Waegeneire ff3b3674a6 tomb: add sudo to buildInputs 2019-04-12 17:26:37 +02:00
Brice Waegeneire 9de07305b4 tomb: remove gpg symlink 2019-04-05 14:10:41 +02:00
Victor Calvert 14a4749e44 tomb: 2.4 -> 2.5 2018-01-04 20:33:49 -05:00
Lancelot SIX e34ce9d1c5 gnupg: 2.1.22 -> 2.1.23
This release in a RC for gnupg-2.2. The main difference as far as
nixpkgs is concerned is that the binary `gpg2` is now called `gpg` and
`gpgv2` is called `gpgv`.

This update fixed all explicit use of `gpg2` and `gpgv2` across nixpkgs,
but there might be some packaged software that internally use `gpg2`
not handeled by this commit.

See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00001.html
for full release information
2017-08-11 19:24:06 +02:00
Peter Hoeg a0598f9b34 tomb: clean up and use gnupg 2 instead of gnupg 1 2017-06-05 18:02:12 +08:00
Victor Calvert 3d27a84a1c tomb: 2.2 -> 2.4 (#25465) 2017-05-03 00:32:51 +01:00
Ethan Pailes 6a0903597a tomb: init at version 2.2 2016-04-22 17:07:26 -04:00