nss_ldap: fix build

an upstream perl script needed during build wasn't found, fix path

Uli Baum 519012bc bf5d8a72

Changed files
+1
pkgs
os-specific
linux
nss_ldap
+1
pkgs/os-specific/linux/nss_ldap/default.nix
···
preConfigure = ''
patchShebangs ./vers_string
sed -i s,vers_string,./vers_string, Makefile*
+
substituteInPlace vers_string --replace "cvslib.pl" "./cvslib.pl"
'';
patches = [ ./crashes.patch ];