R. RyanTM
|
21063beadb
|
pcm: 202011 -> 202101
|
2021-02-03 20:24:21 +00:00 |
|
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
|
3b26969717
|
pcm: 202010 -> 202011
|
2020-12-01 05:15:01 +00:00 |
|
R. RyanTM
|
aec6a8069f
|
pcm: 202009 -> 202010
|
2020-11-11 14:54:20 -08:00 |
|
R. RyanTM
|
4e1db3daf0
|
pcm: 202008 -> 202009
|
2020-11-04 00:18:43 +00:00 |
|
R. RyanTM
|
c7ac3f119e
|
pcm: 202007 -> 202008
|
2020-09-05 13:54:15 +00:00 |
|
R. RyanTM
|
45a0ecff12
|
pcm: 202005 -> 202007
|
2020-07-27 21:50:43 +00:00 |
|
Rovanion Luckey
|
29fc454d15
|
pcm: 202003 -> 202005
|
2020-06-02 12:53:58 -07:00 |
|
R. RyanTM
|
7f230a7fa6
|
pcm: 201902 -> 202003
|
2020-03-23 20:40:00 +00:00 |
|
volth
|
7b8fb5c06c
|
treewide: remove redundant quotes
|
2019-09-08 23:38:31 +00: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 |
|
R. RyanTM
|
99020a4ee2
|
pcm: 201710 -> 201902
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcm/versions
|
2019-07-01 23:19:44 -07:00 |
|
Roosembert Palacios
|
3328709918
|
pcm: init at 201710
Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
|
2018-03-14 21:28:55 +01:00 |
|