Skip to content

Commit

Permalink
Fix deprecated enableSystemd -> systemdSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Jun 9, 2024
1 parent bc4de32 commit ea3e265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion survey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ let
postgresql = (previous.postgresql_14.overrideAttrs (old: { doCheck = false; })).override {
# We need libpq, which does not need systemd,
# and systemd doesn't currently build with musl.
enableSystemd = false;
systemdSupport = false;
# Kerberos is problematic on static:
# configure: error: could not find function 'gss_init_sec_context' required for GSSAPI
gssSupport = false;
Expand Down

0 comments on commit ea3e265

Please sign in to comment.