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
59b71245e6
python27Packages.pysmbc: 1.0.19 -> 1.0.21
2020-05-12 11:01:25 -07:00
R. RyanTM
215ca6863d
python27Packages.pysmbc: 1.0.18 -> 1.0.19
2020-03-30 19:40:58 -07:00
Frederik Rietdijk
63b9143784
python: pysmbc: 1.0.16 -> 1.0.18
2019-10-18 09:54:00 +02:00
Frederik Rietdijk
9aa01c35c2
python: pysmbc: 1.0.15.8 -> 1.0.16
2019-04-18 12:42:42 +02:00
Frederik Rietdijk
ced21f5e1a
pythonPackages: remove name
attribute`
...
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Orivej Desh
6b8806dff7
pysmbc: clarify license
2017-10-01 23:51:23 +00:00
Orivej Desh
c1e872d289
pysmbc: fix license
2017-10-01 23:42:08 +00:00
Symphorien Gibol
a1f1889f55
pysmbc: init at 1.0.15.8
2017-09-29 21:15:52 +02:00