adcli: fix and enable strictDeps for cross

+7 -2
+7 -2
pkgs/by-name/ad/adcli/package.nix
··· 29 29 nativeBuildInputs = [ 30 30 autoreconfHook 31 31 docbook_xsl 32 + libxslt # xsltproc 32 33 pkg-config 33 34 util-linux 34 35 xmlto ··· 37 38 buildInputs = [ 38 39 cyrus_sasl 39 40 libkrb5 40 - libxslt 41 41 openldap 42 42 ]; 43 43 44 - configureFlags = [ "--disable-debug" ]; 44 + strictDeps = true; 45 + 46 + configureFlags = [ 47 + "--disable-debug" 48 + "ac_cv_path_KRB5_CONFIG=${lib.getExe' (lib.getDev libkrb5) "krb5-config"}" 49 + ]; 45 50 46 51 postPatch = '' 47 52 substituteInPlace tools/Makefile.am \