sssd: add adcli path

Fixes #268924

authored by Wanja Zaeske and committed by Bjørn Forsman 20a73f36 0e223da6

+5 -2
+5 -2
pkgs/os-specific/linux/sssd/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, autoreconfHook, makeWrapper, glibc, augeas, dnsutils, c-ares, curl, 2 cyrus_sasl, ding-libs, libnl, libunistring, nss, samba, nfs-utils, doxygen, 3 python3, pam, popt, talloc, tdb, tevent, pkg-config, ldb, openldap, 4 pcre2, libkrb5, cifs-utils, glib, keyutils, dbus, fakeroot, libxslt, libxml2, ··· 27 ''; 28 29 # Something is looking for <libxml/foo.h> instead of <libxml2/libxml/foo.h> 30 - env.NIX_CFLAGS_COMPILE = "-I${libxml2.dev}/include/libxml2"; 31 32 preConfigure = '' 33 export SGML_CATALOG_FILES="${docbookFiles}"
··· 1 + { lib, stdenv, fetchFromGitHub, autoreconfHook, makeWrapper, glibc, adcli, augeas, dnsutils, c-ares, curl, 2 cyrus_sasl, ding-libs, libnl, libunistring, nss, samba, nfs-utils, doxygen, 3 python3, pam, popt, talloc, tdb, tevent, pkg-config, ldb, openldap, 4 pcre2, libkrb5, cifs-utils, glib, keyutils, dbus, fakeroot, libxslt, libxml2, ··· 27 ''; 28 29 # Something is looking for <libxml/foo.h> instead of <libxml2/libxml/foo.h> 30 + env.NIX_CFLAGS_COMPILE = toString [ 31 + "-DRENEWAL_PROG_PATH=\"${adcli}/bin/adcli\"" 32 + "-I${libxml2.dev}/include/libxml2" 33 + ]; 34 35 preConfigure = '' 36 export SGML_CATALOG_FILES="${docbookFiles}"