sssd: don't pull compiler into result closure via debug info (#493294)

This commit is contained in:
Jörg Thalheim
2026-02-23 19:54:51 +00:00
committed by GitHub
+7
View File
@@ -82,6 +82,13 @@ stdenv.mkDerivation (finalAttrs: {
patchShebangs ./sbus_generate.sh.in
'';
outputs = [
"out"
"dev"
"man"
];
separateDebugInfo = true;
# Something is looking for <libxml/foo.h> instead of <libxml2/libxml/foo.h>
env.NIX_CFLAGS_COMPILE = toString [
"-DRENEWAL_PROG_PATH=\"${adcli}/bin/adcli\""