forked from mirrors/nixpkgs
4a7f99d55d
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 |
||
---|---|---|
.. | ||
0.12.nix | ||
0.14.nix | ||
async-rpc-kernel.nix | ||
bin_prot.nix | ||
buildOcamlJane.nix | ||
core_bench.nix | ||
default.nix | ||
fieldslib.nix | ||
janePackage.nix | ||
janePackage_0_12.nix | ||
janePackage_0_14.nix | ||
js-build-tools-darwin.patch | ||
js-build-tools.nix | ||
old.nix | ||
ppx-assert.nix | ||
ppx-bench.nix | ||
ppx-bin-prot.nix | ||
ppx-compare.nix | ||
ppx-custom-printf.nix | ||
ppx-enumerate.nix | ||
ppx-expect.nix | ||
ppx-fields-conv.nix | ||
ppx-here.nix | ||
ppx-inline-test.nix | ||
ppx-jane.nix | ||
ppx-let.nix | ||
ppx-optcomp.nix | ||
ppx-pipebang.nix | ||
ppx-sexp-conv.nix | ||
ppx-sexp-message.nix | ||
ppx-sexp-value.nix | ||
ppx-typerep-conv.nix | ||
ppx-variants-conv.nix | ||
sexp.patch | ||
sexplib.nix | ||
typerep.nix | ||
variantslib.nix |