summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam_ldap
diff options
context:
space:
mode:
authorUli Baum <xeji@cat3.de>2018-08-24 22:43:52 +0200
committerRobin Gloster <mail@glob.in>2018-08-24 23:40:32 +0200
commitbf5d8a72c10fc3f3a0d51770676e652e93c72e5a (patch)
tree839114c12eec5d7fd0ffa44f9d6fbba2fafe8d72 /pkgs/os-specific/linux/pam_ldap
parentbd1ebb0fa05fbf2a7bcce268debf9c98c4454ed4 (diff)
downloadnixpkgs-bf5d8a72c10fc3f3a0d51770676e652e93c72e5a.tar
nixpkgs-bf5d8a72c10fc3f3a0d51770676e652e93c72e5a.tar.gz
nixpkgs-bf5d8a72c10fc3f3a0d51770676e652e93c72e5a.tar.bz2
nixpkgs-bf5d8a72c10fc3f3a0d51770676e652e93c72e5a.tar.lz
nixpkgs-bf5d8a72c10fc3f3a0d51770676e652e93c72e5a.tar.xz
nixpkgs-bf5d8a72c10fc3f3a0d51770676e652e93c72e5a.tar.zst
nixpkgs-bf5d8a72c10fc3f3a0d51770676e652e93c72e5a.zip
pam_ldap: fix build
an upstream perl script needed during build wasn't found, fix path
Diffstat (limited to 'pkgs/os-specific/linux/pam_ldap')
-rw-r--r--pkgs/os-specific/linux/pam_ldap/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/pam_ldap/default.nix b/pkgs/os-specific/linux/pam_ldap/default.nix
index e7f2c8278e1..5b34a8bc82b 100644
--- a/pkgs/os-specific/linux/pam_ldap/default.nix
+++ b/pkgs/os-specific/linux/pam_ldap/default.nix
@@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
 
   postPatch = ''
     patchShebangs ./vers_string
+    substituteInPlace vers_string --replace "cvslib.pl" "./cvslib.pl"
   '';
 
   preInstall = "