stunnel: replace systemd with systemdLibs (#463771)

This commit is contained in:
Pol Dellaiera
2026-05-28 18:23:17 +00:00
committed by GitHub
+3 -3
View File
@@ -4,8 +4,8 @@
nixosTests,
openssl,
stdenv,
systemd,
systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd,
systemdLibs,
systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemdLibs,
mimalloc,
mimallocSupport ? false,
}:
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
openssl
]
++ lib.optionals systemdSupport [
systemd
systemdLibs
]
++ lib.optionals mimallocSupport [
mimalloc