mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
nss_ldap: fix cross compilation
This commit is contained in:
parent
75dd71ef7b
commit
ecf6d73f87
@ -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)";
|
||||
|
Loading…
Reference in New Issue
Block a user