Skip to content

Commit dd0c245

Browse files
committed
Fix deprecated enableSystemd -> systemdSupport
1 parent 67c7d87 commit dd0c245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

survey/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ let
664664
postgresql = (previous.postgresql_14.overrideAttrs (old: { doCheck = false; })).override {
665665
# We need libpq, which does not need systemd,
666666
# and systemd doesn't currently build with musl.
667-
enableSystemd = false;
667+
systemdSupport = false;
668668
# Kerberos is problematic on static:
669669
# configure: error: could not find function 'gss_init_sec_context' required for GSSAPI
670670
gssSupport = false;

0 commit comments

Comments
 (0)