pam_ldap: fix build
an upstream perl script needed during build wasn't found, fix path
This commit is contained in:
parent
bd1ebb0fa0
commit
bf5d8a72c1
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs ./vers_string
|
patchShebangs ./vers_string
|
||||||
|
substituteInPlace vers_string --replace "cvslib.pl" "./cvslib.pl"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preInstall = "
|
preInstall = "
|
||||||
|
Loading…
Reference in New Issue
Block a user