Commit Graph

13 Commits

Author SHA1 Message Date
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
ed0c68df46 python37Packages.zstd: 1.4.5.1 -> 1.4.8.1 2020-12-23 21:22:53 +00:00
Frederik Rietdijk
533e56c262 pythonPackages.zstd: fix cross 2020-11-19 22:05:09 +01:00
Frederik Rietdijk
cff356b82d python: zstd: 1.4.4.0 -> 1.4.5.1 2020-06-06 08:34:58 +02:00
John Ericson
ee8cfe4bf3 treewide: pkg-config has targetPrefix 2020-05-16 00:21:21 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk
59817b77c5 python: zstd: 1.4.3.2 -> 1.4.4.0 2019-11-12 14:57:21 +01:00
R. RyanTM
2590da0384 python37Packages.zstd: 1.4.1.0 -> 1.4.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-zstd/versions
2019-09-28 13:56:01 -07:00
Edmund Wu
1a063b8fef pythonPackages.zstd: 1.4.0.0 -> 1.4.1.0 2019-08-01 21:01:44 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Edmund Wu
d314dac67f
pythonPackages.zstd: 1.3.8.1 -> 1.4.0.0 2019-05-11 14:12:34 -04:00
Robert Schütz
b07fbf0add python.pkgs.zstd: 1.3.5.1 -> 1.3.8.1 2019-01-10 14:47:19 +01:00
Edmund Wu
0111c7d851 pythonPackages.zstd: init at 1.3.5.1 (#49339) 2018-11-01 10:41:28 +01:00