samba: replace systemd dependency with systemdLibs (#551585)

This commit is contained in:
Aaron Andersen
2026-08-16 13:30:08 +00:00
committed by GitHub

View File

@@ -21,7 +21,7 @@
zlib,
liburing,
gnutls,
systemd,
systemdLibs,
samba,
talloc,
jansson,
@@ -167,7 +167,7 @@ stdenv.mkDerivation (finalAttrs: {
]
++ optionals stdenv.hostPlatform.isLinux [
liburing
systemd
systemdLibs
]
++ optionals stdenv.hostPlatform.isDarwin [ libiconv ]
++ optionals enableLDAP [