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
|
d1d1e39a58
|
python2Packages.sseclient: disable tests
|
2020-10-17 09:50:48 -07:00 |
|
R. RyanTM
|
5d15eec20b
|
python37Packages.sseclient: 0.0.26 -> 0.0.27
|
2020-10-17 09:50:48 -07:00 |
|
Jonathan Ringer
|
529c2f192e
|
python3Packages.sseclient: fix tests
|
2020-06-12 13:49:40 -07:00 |
|
Frederik Rietdijk
|
368d20606f
|
python3Packages.sseclient: 0.0.24 -> 0.0.26
|
2020-05-11 22:13:14 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Frederik Rietdijk
|
abd8d9ba6b
|
python: sseclient: 0.0.23 -> 0.0.24
|
2019-04-24 18:43:26 +02:00 |
|
Frederik Rietdijk
|
169e435ff4
|
python: sseclient: 0.0.22 -> 0.0.23
|
2019-04-18 12:42:42 +02:00 |
|
Frederik Rietdijk
|
e7af5121e6
|
python: sseclient: 0.0.20 -> 0.0.22
|
2018-12-03 16:50:40 +01:00 |
|
R. RyanTM
|
b8e006bf09
|
python36Packages.sseclient: 0.0.19 -> 0.0.20
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.6-sseclient/versions
|
2018-11-18 05:46:54 -08:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Peter Hoeg
|
91456c6705
|
pythonPackages.sseclient: init at 0.0.19
|
2018-03-04 23:42:52 +01:00 |
|