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 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Peter Hoeg
|
31e4f1dbf6
|
mpw: point upgrade and minor cleanups
|
2019-03-18 11:56:58 +08:00 |
|
Ryan Mulligan
|
038a0c9a60
|
treewide: http to https
|
2018-04-30 21:39:20 -07:00 |
|
Kilian Schweppe
|
3f3ac8829f
|
mpw: 2.1 -> 2.6
|
2017-11-07 19:12:48 +01:00 |
|
Jude Taylor
|
e80a6dc62b
|
mpw: build from github to fix segfault
|
2016-10-30 04:15:41 -07:00 |
|
Tuomas Tynkkynen
|
2258b21e4b
|
treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
|
2016-08-02 21:17:44 +03:00 |
|
Vladimír Čunát
|
38313d5d87
|
libxml2,libxslt: split into multiple outputs
Fixed all references, hopefully.
libxml2Python is slightly hacky now, but it seems to work.
|
2015-10-05 13:44:16 +02:00 |
|
Jude Taylor
|
de05a7b2ef
|
add mpw
|
2015-09-30 00:35:09 -07:00 |
|