nixpkgs/pkgs/servers/nosql
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
..
aerospike treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
apache-jena treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
arangodb treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
cassandra treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
eventstore eventstore: 5.0.7 -> 5.0.8 2020-05-01 09:06:14 +02:00
influxdb influxdb: 1.8.2 -> 1.8.3 2020-10-18 14:18:35 +00:00
influxdb2 influxdb2: init at v2.0.2 (#104717) 2020-11-24 16:06:39 +01:00
mongodb Merge branch 'staging-next' 2020-07-25 16:18:40 +02:00
neo4j treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
redis treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rethinkdb rethinkdb: use clangStdenv 2020-08-21 15:44:52 -07:00
riak treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
victoriametrics Merge pull request #99250 from yorickvP/victoriametrics-auto-test 2020-10-01 20:18:22 -05:00