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
|
d1b7e3f8cc
|
clp: 1.17.5 -> 1.17.6
|
2020-05-20 10:04:01 +00:00 |
|
R. RyanTM
|
e988c072be
|
clp: 1.17.3 -> 1.17.5
|
2020-02-10 13:24:22 +01:00 |
|
R. RyanTM
|
7653ff45cb
|
clp: 1.17.2 -> 1.17.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clp/versions
|
2019-09-26 01:49:26 -07:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
worldofpeace
|
62c68b8a72
|
clp: update homepage
|
2019-06-01 12:08:20 -04:00 |
|
R. RyanTM
|
332c600f7d
|
clp: 1.17.1 -> 1.17.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/clp/versions
|
2019-06-01 04:05:51 -07:00 |
|
Markus Kowalewski
|
19dfffff3c
|
clp: restrict to x86_64-linux + darwin
|
2019-04-14 00:17:25 +02:00 |
|
Markus Kowalewski
|
e879991e1b
|
clp: 1.17.0 -> 1.17.11
|
2019-04-14 00:04:06 +02:00 |
|
R. RyanTM
|
e869b87dbb
|
clp: 1.16.11 -> 1.17.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clp/versions
|
2019-03-01 16:08:32 -08:00 |
|
Jan Malakhovski
|
e80ca2182c
|
clp: cleanup expression
|
2018-07-16 16:33:14 +00:00 |
|
Vincent Laporte
|
b831b243ff
|
clp: init at 1.16.11
|
2017-09-28 13:33:36 +00:00 |
|