Commit Graph

14 Commits

Author SHA1 Message Date
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Fabian Affolter
bf65cd57ca python3Packages.convertdate: disable on older Python releases 2022-03-23 21:11:55 +01:00
Martin Weinelt
ea86d0ba5d python3Packages.convertdate: 2.3.2 -> 2.4.0 2022-03-14 00:28:51 +01:00
Robert Schütz
2cae050057 python2Packages: remove superfluous overrides
Since Python 2 is not supported anymore we only keep those overrides
which are used by leaf packages.
2022-01-01 02:10:53 +01:00
Ricardo M. Correia
0bcd68b1ef python2Packages.convertdate: fix hash
This derivation was introduced in commit
e1d60a05af with version 2.2.2 but the
sha256 hash in that commit actually corresponded to version 2.2.1,
as you can see below:

$ nix-prefetch-github --rev "v2.2.1" fitnr convertdate | jq '.sha256'
"1xgi7x9b9kxm0q51bqnmwdm5lp8vwhx5yk4d1b23r37spz9dbhw5"
2021-07-17 09:02:55 +02:00
Fabian Affolter
dcbfa026a3 python3Packages.convertdate: 2.3.1 -> 2.3.2 2021-03-14 00:51:49 +01:00
R. RyanTM
305267aacb python37Packages.convertdate: 2.3.0 -> 2.3.1 2021-03-13 15:51:54 +01:00
Robert Schütz
e1d60a05af pythonPackages.convertdate: add python2-compatible expression 2021-03-10 23:33:43 +01:00
Robert Schütz
fd67fc5dd4 pythonPackages.convertdate: dropped support for Python 2 2021-03-10 23:33:43 +01:00
Martin Weinelt
44059c4aff python3Packages.convertdate: 2.2.1 -> 2.3.0 2021-02-04 02:09:56 +01:00
Pavol Rusnak
a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
5de79cbfd3 python27Packages.convertdate: 2.2.0 -> 2.2.1 2020-05-27 11:51:57 -07:00
Jaakko Luttinen
6f26390120 pythonPackages.convertdate: init at 2.2.0 2020-03-12 21:50:03 -07:00