nss_ldap: fix cross compilation

This commit is contained in:
Nick Cao 2024-01-14 12:31:07 -05:00
parent 75dd71ef7b
commit ecf6d73f87
No known key found for this signature in database

@ -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)";