nixpkgs/pkgs/servers/sql/postgresql
Niklas Hambüchen 943baed788 postgresql: Make systemd support configurable. See #61580. (#61581)
On by default, as was before.

The systemd dependency means that all libraries or applications using only libpq
will also pull systemd into their closures.

Further, no application or library using libpq can be built against musl, as
systemd relies on glibc-only features and thus does not build with musl.

With it being configurable, packages that need only the library can at
least turn it off to reduce their closure size.
2019-07-21 22:13:06 +03:00
..
ext Merge branch 'master' into postgresql-plugins-bin 2019-07-16 11:32:52 +03:00
patches postgresql: install in $out/share/postgresql 2019-05-30 22:30:15 -04:00
default.nix postgresql: Make systemd support configurable. See #61580. (#61581) 2019-07-21 22:13:06 +03:00
packages.nix postgresqlPackages.pg_bigm: init at 1.2 2019-06-11 20:30:00 -05:00