nixpkgs/pkgs/applications/networking/remote
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
..
anydesk treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
citrix-workspace citrix_workspace: add 20.12.0 2020-12-11 19:26:47 +01:00
freerdp freerdp: build tweaks 2020-10-24 01:17:03 +02:00
nice-dcv-client treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
putty putty: 0.73 -> 0.74 2020-07-06 05:46:03 +00:00
rdesktop rdesktop: 1.8.6 -> 1.9.0 2020-04-28 13:21:15 -07:00
remmina remmina: 1.4.4 -> 1.4.7 2020-07-07 09:52:13 +00:00
teamviewer Merge pull request #108448 from rhoriguchi/teamviewer 2021-01-07 00:14:14 +01:00
vmware-horizon-client treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
waypipe treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
wayvnc treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
x2goclient treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
x2goserver treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xrdp treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00