From ce5ebeb90c20fabb06de68661b9bedeedd559027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 2 Jun 2025 19:33:29 +0200 Subject: [PATCH] samba4: fixup build on linux https://hydra.nixos.org/build/298833701/nixlog/3/tail What I tried: - updating to 0.20.8 doesn't solve the issue (we could still do that easily, e.g. on staging; I just didn't feel like trashing successful binaries for aarch64-darwin) - upgrading to 0.22.1 brings others (2 patches not applying and more problems...) --- pkgs/servers/samba/4.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/samba/4.x.nix b/pkgs/servers/samba/4.x.nix index 367ab9af8c27..5c212b6bcce6 100644 --- a/pkgs/servers/samba/4.x.nix +++ b/pkgs/servers/samba/4.x.nix @@ -167,7 +167,7 @@ stdenv.mkDerivation (finalAttrs: { libbsd ] ++ optionals stdenv.hostPlatform.isLinux [ - liburing + #liburing # FIXME: better solution systemd ] ++ optionals stdenv.hostPlatform.isDarwin [ libiconv ]