Commit graph

26 commits

Author SHA1 Message Date
R. RyanTM 0995a7ce31 jdupes: 1.19.2 -> 1.20.0 2021-05-13 12:07:36 +00:00
R. RyanTM 59906d78bd jdupes: 1.19.1 -> 1.19.2 2021-03-25 10:25:19 +00:00
R. RyanTM 1db5087189 jdupes: 1.19.0 -> 1.19.1 2021-02-06 13:24:28 +00: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 adbe903c9f jdupes: 1.18.2 -> 1.19.0 2020-10-18 14:59:06 +00:00
Daniël de Kok b87268ff2e jdupes: fix build on Darwin
jdupes was compiled with HARDEN=1. This adds the '-z' option to `ld`, which is
not available LLVM ld. Only enable the HARDEN option for GNU toolchains.
2020-08-04 09:30:00 +02:00
R. RyanTM 9ef100c353 jdupes: 1.17.0 -> 1.18.2 2020-08-02 03:38:24 +00:00
R. RyanTM 90281884ab jdupes: 1.16.0 -> 1.17.0 2020-06-26 12:32:50 +00:00
R. RyanTM 5312ff0420 jdupes: 1.15.0 -> 1.16.0 2020-06-10 16:35:32 -07:00
R. RyanTM d9fc2a8ef7 jdupes: 1.14.0 -> 1.15.0 2020-05-19 08:10:07 +00:00
Peter Hoeg 89448e98a0 jdupes: build with additional hardening 2020-05-13 10:18:00 +08:00
Renaud 404d9529e1 jdupes: 1.13.2 -> 1.14.0 2020-01-16 16:55:50 +00: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
Daniel Schaefer e1c1db787a jdupes: 1.13.1 -> 1.13.2 2019-08-01 17:32:08 +02:00
R. RyanTM cd71dd5f0f jdupes: 1.13 -> 1.13.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jdupes/versions
2019-06-16 21:09:11 -07:00
Will Dietz 5cb9d4d62e
jdupes: 1.12 -> 1.13
https://github.com/jbruchon/jdupes/releases/tag/v1.13
2019-06-04 14:49:12 -05:00
Will Dietz 55560a61d7 jdupes: 1.11.1 -> 1.12
https://github.com/jbruchon/jdupes/releases/tag/v1.12
2019-02-18 13:16:05 -06:00
R. RyanTM f5464f9544 jdupes: 1.11 -> 1.11.1
* jdupes: 1.11 -> 1.11.1 (#50725)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jdupes/versions

* jdupes: fix hash
2018-11-19 21:58:19 +01:00
Will Dietz e7be7eb7dc jdupes: 1.10.4 -> 1.11 2018-11-03 23:46:31 -05:00
Uli Baum 819c47f1c4 jdupes: fix source hash 2018-09-21 20:48:24 +02:00
R. RyanTM fbf8d45b5c jdupes: 1.10.2 -> 1.10.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jdupes/versions
2018-09-20 12:08:22 -07:00
Jan Malakhovski 49dd9d8ab2 jdupes: disable tests 2018-08-11 09:35:35 +00:00
Peter Hoeg 2cee0c41e4 jdupes: 1.9 -> 1.10.2 2018-06-22 11:17:34 +08:00
José Romildo Malaquias 4ba77b098b jdupes: 1.8 -> 1.9 2018-01-12 18:39:00 -02:00
romildo a6b1d9a6a1 jdupes: init at 1.8 2017-11-13 00:16:49 -02:00