nss_ldap: fix build
an upstream perl script needed during build wasn't found, fix path
This commit is contained in:
parent
bf5d8a72c1
commit
519012bcdf
@ -11,6 +11,7 @@ stdenv.mkDerivation {
|
|||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs ./vers_string
|
patchShebangs ./vers_string
|
||||||
sed -i s,vers_string,./vers_string, Makefile*
|
sed -i s,vers_string,./vers_string, Makefile*
|
||||||
|
substituteInPlace vers_string --replace "cvslib.pl" "./cvslib.pl"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [ ./crashes.patch ];
|
patches = [ ./crashes.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user