Unverified Commit e2eb3ac1 authored by Alexander Nikolaev's avatar Alexander Nikolaev
Browse files

sssd: don't pull compiler into result closure via debug info

parent 91e2af12
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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\""