From 29b2098551a1ce45495d7be949ffd77e0e7ed667 Mon Sep 17 00:00:00 2001 From: Yureka Date: Tue, 22 Nov 2022 13:11:23 +0100 Subject: [PATCH] samba: explicitly enable libunwind (#201875) fixes build of pkgsMusl.samba --- pkgs/servers/samba/4.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/samba/4.x.nix b/pkgs/servers/samba/4.x.nix index 4a76fd22c93c..f5276e104faa 100644 --- a/pkgs/servers/samba/4.x.nix +++ b/pkgs/servers/samba/4.x.nix @@ -131,6 +131,7 @@ stdenv.mkDerivation rec { wafConfigureFlags = [ "--with-static-modules=NONE" "--with-shared-modules=ALL" + "--with-libunwind" "--enable-fhs" "--sysconfdir=/etc" "--localstatedir=/var"