nixpkgs/pkgs/servers/http
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
..
apache-httpd treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
apache-modules treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
apt-cacher-ng treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
couchdb treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
darkhttpd treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gatling treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gitlab-pages gitlab-pages: 1.28.0 -> 1.30.0 2020-12-02 06:44:21 +00:00
h2o treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
hiawatha treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
hyp treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
jboss treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
jetty
lighttpd treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
lwan treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
micro-httpd treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mini-httpd
myserver
nginx treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
nix-binary-cache
openresty openresty: 1.17.8 -> 1.19.3 2020-12-02 09:08:02 +01:00
pshs
redstore
showoff
spawn-fcgi treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tengine
thttpd
tomcat treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
unit
webfs treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
webhook webhook: 2.7.0 -> 2.8.0 2020-12-08 09:12:54 +00:00
yaws treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00