samba: fix nmbd crash by disabling strictflexarrays1 hardening

This commit is contained in:
Stefan Frijters
2026-03-30 00:47:04 +02:00
parent f70c52577a
commit 5f99649cae
+2
View File
@@ -277,6 +277,8 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
hardeningDisable = [ "strictflexarrays1" ];
preBuild = ''
export MAKEFLAGS="-j $NIX_BUILD_CORES"
'';