Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgresql: Make systemd support configurable #61581

Merged

Commits on May 17, 2019

  1. postgresql: Make systemd support configurable. See NixOS#61580.

    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.
    nh2 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    549ad30 View commit details
    Browse the repository at this point in the history