Skip to content

Commit fe9f1e6

Browse files
authored
Update musl.nix (enableSystemd -> systemdSupport) (#2321)
This was changed in nixpkgs. We might be able to just outright ignore this, as it tires to detect systemd based on available libraries. This is just more explicit and tries to shield us against musl/systemd
1 parent 47b4b29 commit fe9f1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/musl.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ final: prev: prev.lib.optionalAttrs prev.stdenv.hostPlatform.isMusl ({
3737
NIX_LDFLAGS = "--push-state --as-needed -lstdc++ --pop-state";
3838
# without this collate.icu.utf8, and foreign_data will fail.
3939
LC_CTYPE = "C";
40-
})).override { enableSystemd = false; gssSupport = false; };
40+
})).override { systemdSupport = false; gssSupport = false; };
4141

4242
openssl = prev.openssl.override { static = true; };
4343

0 commit comments

Comments
 (0)