Merge pull request #281253 from NickCao/nss_ldap-cross

nss_ldap: fix cross compilation
This commit is contained in:
Nick Cao
2024-01-18 13:10:55 -05:00
committed by GitHub
+7 -1
View File
@@ -29,7 +29,13 @@ stdenv.mkDerivation rec {
mkdir -p $out/etc
'';
buildInputs = [ openldap perl ];
nativeBuildInputs = [
perl # shebang of vers_string
];
buildInputs = [
openldap
];
meta = with lib; {
description = "LDAP module for the Solaris Nameservice Switch (NSS)";