nixpkgs/pkgs/development/ruby-modules
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
..
bundix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
bundled-common set GEM_HOME via Gem.paths 2020-04-06 15:31:18 +02:00
bundler bundler: 1.17.3 -> 2.1.4 2020-04-03 23:52:14 +02:00
bundler-app bundler: 1.17.3 -> 2.1.4 2020-04-03 23:52:14 +02:00
bundler-env bundlerEnv: Add option to copy gem files instead of symlinking 2020-03-03 21:19:01 +01:00
bundler-update-script bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
gem buildRubyGem: fix to support bundler cmds (#104977) 2020-11-30 12:15:12 +01:00
gem-config treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
rbenv treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
solargraph solargraph: 0.39.8 -> 0.39.17 2020-10-09 04:20:00 +00:00
testing reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
with-packages ruby_2_4: remove 2020-02-10 13:23:35 -05:00
runtests.sh