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 |
|
Florian Klink
|
5bfe6004e1
|
python3.pkgs.scikits-odes: remove flokli from maintainers
|
2020-09-23 11:56:52 +02:00 |
|
Guillaume Desforges
|
4e888fb70d
|
python2Packages.scikits-odes: disable
Ever since we added KLU support to sundials (#94930),
it stopped building while the Python 3 versions didn't
break. Python 2 is EOL.
|
2020-09-21 11:02:15 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Florian Klink
|
10f9b277d5
|
python.pkgs.scikits-odes: use latest sundials
|
2020-02-19 15:38:42 +01:00 |
|
Florian Klink
|
712fba5191
|
python.pkgs.scikits-odes: 2.4.0-9-g93075ae -> 2.6.1
|
2020-02-19 15:38:42 +01:00 |
|
Florian Klink
|
652448f25b
|
python.pkgs.scikits-odes: init at 2.4.0-9-g93075ae
|
2019-09-08 16:03:23 -07:00 |
|