mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue