nss_ldap: fix build

an upstream perl script needed during build wasn't found, fix path
This commit is contained in:
Uli Baum 2018-08-24 22:50:31 +02:00 committed by Robin Gloster
parent bf5d8a72c1
commit 519012bcdf

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation {
preConfigure = ''
patchShebangs ./vers_string
sed -i s,vers_string,./vers_string, Makefile*
substituteInPlace vers_string --replace "cvslib.pl" "./cvslib.pl"
'';
patches = [ ./crashes.patch ];