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
|
ab021ffbb9
|
sdparm: 1.10 -> 1.11
|
2020-03-09 22:09:17 +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 |
|
Tobias Geerinckx-Rice
|
0f84673f3d
|
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
|
2018-01-16 23:00:49 +01:00 |
|
Tuomas Tynkkynen
|
21f17d69f6
|
treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
|
2016-08-02 21:42:43 +03:00 |
|
Tobias Geerinckx-Rice
|
1541e1ca6b
|
sdparm: 1.09 -> 1.10
|
2016-04-29 21:42:35 +02:00 |
|
Tobias Geerinckx-Rice
|
158e1cfdd0
|
Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
|
2015-05-28 19:20:29 +02:00 |
|
Tobias Geerinckx-Rice
|
93faf4cc33
|
Update sdparm 1.08 -> 1.09
Also specify licence & maintain
|
2015-01-26 04:35:18 +01:00 |
|
Mateusz Kowalczyk
|
007f80c1d0
|
Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999, issue #739
|
2014-11-06 00:48:16 +00:00 |
|
Nixpkgs Monitor
|
e9a4b303e6
|
sdparm: update from 1.03 to 1.08
|
2013-12-14 21:44:51 +02:00 |
|
Eelco Dolstra
|
32c7cb7a1d
|
* sdparm: the previous URL was broken.
svn path=/nixpkgs/trunk/; revision=15084
|
2009-04-16 12:23:53 +00:00 |
|