Commit graph

11 commits

Author SHA1 Message Date
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
Jonathan Ringer b56230d800 python3Packages.seekpath: disable <python3.5 2020-08-30 09:11:02 +02:00
Jonathan Ringer 3ba9e643fd python3Packages.seekpath: fix build, use github for tests 2020-06-12 13:57:27 -07:00
Frederik Rietdijk fe991503b1 python: seekpath: 1.9.7 -> 2.0.1 2020-06-11 10:00:21 +02:00
Frederik Rietdijk 30b8cc077f python3Packages.seekpath: 1.9.3 -> 1.9.7 2020-05-11 22:13:13 +02:00
Frederik Rietdijk e9118df14f python: seekpath: 1.8.4 -> 1.9.3 2019-10-27 16:26:53 +01:00
Jonathan Ringer 7e2ffea1de pythonPackages.seekpath: ignore broken test 2019-07-04 07:33:29 -07:00
Frederik Rietdijk 913172d31c python: seekpath: 1.8.2 -> 1.8.4 2018-10-13 09:50:17 +02:00
Frederik Rietdijk c3a3358f6d python: seekpath: 1.8.1 -> 1.8.2 2018-07-26 12:43:08 +02:00
Assassinkin e2589f7a72 pythonPackages.seekpath: init at 1.8.1 2018-06-21 18:18:17 +01:00