3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/editors/emacs-modes
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
..
cedet
cedille
color-theme-solarized treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
emacspeak
ess-R-object-popup
font-lock-plus
helm-words
hsc3
ido-ubiquitous
org-mac-link
perl-completion
pod-mode
prolog emacs26Packages.prolog-mode: unbreak 2020-11-02 02:09:27 +01:00
railgun
rect-mark
session-management-for-emacs treewide: remove trailing whitespaces 2021-01-01 10:41:04 -08:00
sunrise-commander
sv-kalender treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tramp
zeitgeist
elpa-generated.nix Emacs Elpa updates 2021-01-01 10:54:50 -03:00
elpa-packages.nix
emacs2nix.nix emacs2nix: update to fix locale issues and a missing elpa package 2020-12-28 20:19:16 -03:00
libgenerated.nix
manual-packages.nix ott-mode: Init (version inherited from ott) 2021-01-05 14:41:51 -05:00
melpa-packages.nix Merge master into staging-next 2021-01-09 01:00:25 +00:00
org-generated.nix Emacs Org: 20201207 -> 20201228 2021-01-01 10:54:50 -03:00
org-packages.nix
recipes-archive-melpa.json Emacs Melpa updates 2021-01-01 10:54:50 -03:00
update-elpa
update-from-overlay
update-melpa
update-melpa.el
update-org
updater-emacs.nix