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

warning: postgresql: argument enableSystemd is deprecated, please use systemdSupport instead. #2235

Open
sgillespie opened this issue Jul 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sgillespie
Copy link

Describe the bug

nixpkgs-unstable has changed enableSystemd to systemdSupport. It's not clear to me how this can be handled, since users will be
on different versions of nixpkgs.

Currently, this is only a harmless warning:

nix build .#x86_64-unknown-linux-musl:...
<-- Snip -->
trace: warning: postgresql: argument enableSystemd is deprecated, please use systemdSupport instead.

Steps To Reproduce

Try to build any package that depends on postgresql-libpq with musl on a sufficiently recent nixpkgs-unstable

@sgillespie sgillespie added the bug Something isn't working label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant