nixpkgs/pkgs/applications/editors/vim
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
..
cflags-prune.diff vim_configurable: misc improvements 2016-11-07 18:55:21 +01:00
common.nix vim: 8.2.1123 -> 8.2.1522 2020-08-31 17:33:28 -07:00
configurable.nix vim: Get rid of Python 2 dependency 2020-11-09 13:02:04 +01:00
default.nix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ft-nix-support.patch vim_configurable: replace default ftNix patch with sources from vim-nix 2018-04-24 22:56:25 +02:00
macvim-configurable.nix macvim: add configuration similar to vim_configurable and neovim 2020-09-28 16:03:34 -07:00
macvim.nix treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
macvim.patch macvim: 8.2.539 -> 8.2.1719 2020-09-28 15:33:36 -07:00
vimacs.nix treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00