mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
samba: replace systemd dependency with systemdLibs (#551585)
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user