nixpkgs/pkgs/os-specific/windows
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
..
cygwin-setup treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
jom treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
libgnurx treewide: name -> pname 2019-08-17 10:54:38 +00:00
mcfgthreads gcc: Build MinGW stage two with threading library 2019-11-11 11:02:38 -05:00
mingw-w64 mingw-w64: 5.0.4 -> 6.0.0 2020-08-16 10:16:51 +00:00
mingwrt windows.mingwrt: fix src url 2019-06-15 13:33:32 +02:00
pthread-w32 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
w32api treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
wxMSW-2.8 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
default.nix mcfgthreads: Init from git 2019-11-11 00:25:24 -05:00