about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2019-07-21 21:13:06 +0200
committerDanylo Hlynskyi <abcz2.uprola@gmail.com>2019-07-21 22:13:06 +0300
commit943baed7885c0fd7e841a0c1594ea044bb21e77f (patch)
treecf556aec480ecf72004570163cfa516b12ac98cb /pkgs/tools
parentcaa0f82bf8a0bf7712c9c004be45380ce6e78dd3 (diff)
downloadnixlib-943baed7885c0fd7e841a0c1594ea044bb21e77f.tar
nixlib-943baed7885c0fd7e841a0c1594ea044bb21e77f.tar.gz
nixlib-943baed7885c0fd7e841a0c1594ea044bb21e77f.tar.bz2
nixlib-943baed7885c0fd7e841a0c1594ea044bb21e77f.tar.lz
nixlib-943baed7885c0fd7e841a0c1594ea044bb21e77f.tar.xz
nixlib-943baed7885c0fd7e841a0c1594ea044bb21e77f.tar.zst
nixlib-943baed7885c0fd7e841a0c1594ea044bb21e77f.zip
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.
Diffstat (limited to 'pkgs/tools')
0 files changed, 0 insertions, 0 deletions