nixpkgs/pkgs/development/mobile
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
..
abootimg treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
adb-sync treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
adbfs-rootless treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
androidenv Rework androidenv package generation 2021-01-03 21:27:23 -07:00
cocoapods cocoapods-beta: 1.10.0.beta.2 -> 1.10.0 2020-11-07 20:30:27 -05:00
flashtool treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
genymotion treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
imgpatchtools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
titaniumenv nodePackages: switch to 12 2020-05-27 21:45:41 +02:00
webos treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xcodeenv xcodeenv: bump default Xcode version to 11.1, default iOS SDK to 13.1. Add troubleshooting section to docs 2019-11-11 00:18:22 +01:00
xpwn treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00