mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
4b6bce5c31
This was proposed by abbradar in #150801, but left out of the follow up PR #221851 by Ma27 to reduce the size of the diff. Compared to the initial proposal this includes the callPackage call in the recursion, which avoids breaking the withJIT/withoutJIT helpers. In terms of nixpkgs, this is a pure refactor, no derivations change. However, this makes downstream expressions like the following possible: (postgresql.override { jitSupport = true; }).pkgs.postgis This would have not worked before without passing another "this" argument, which is error prone as can be seen in this example: https://github.com/PostgREST/postgrest/pull/3222/files |
||
---|---|---|
.. | ||
aerospike.nix | ||
cassandra.nix | ||
clickhouse.nix | ||
cockroachdb.nix | ||
couchdb.nix | ||
dgraph.nix | ||
dragonflydb.nix | ||
etcd.nix | ||
ferretdb.nix | ||
firebird.nix | ||
foundationdb.md | ||
foundationdb.nix | ||
hbase-standalone.nix | ||
influxdb2.nix | ||
influxdb.nix | ||
lldap.nix | ||
memcached.nix | ||
monetdb.nix | ||
mongodb.nix | ||
mysql.nix | ||
neo4j.nix | ||
openldap.nix | ||
opentsdb.nix | ||
pgbouncer.nix | ||
pgmanage.nix | ||
postgresql.md | ||
postgresql.nix | ||
redis.nix | ||
rethinkdb.nix | ||
surrealdb.nix | ||
tigerbeetle.md | ||
tigerbeetle.nix | ||
victoriametrics.nix |