From 312c732c5e94977dc03be5fb159fde6a27af7f61 Mon Sep 17 00:00:00 2001 From: Aaron Andersen Date: Tue, 11 Aug 2026 15:31:35 -0400 Subject: [PATCH] samba: replace systemd dependency with systemdLibs --- pkgs/servers/samba/4.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/samba/4.x.nix b/pkgs/servers/samba/4.x.nix index 5ca73ec6c351..8e4e3fa43eda 100644 --- a/pkgs/servers/samba/4.x.nix +++ b/pkgs/servers/samba/4.x.nix @@ -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 [