From bf5d8a72c10fc3f3a0d51770676e652e93c72e5a Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Fri, 24 Aug 2018 22:43:52 +0200 Subject: pam_ldap: fix build an upstream perl script needed during build wasn't found, fix path --- pkgs/os-specific/linux/pam_ldap/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/os-specific/linux/pam_ldap') diff --git a/pkgs/os-specific/linux/pam_ldap/default.nix b/pkgs/os-specific/linux/pam_ldap/default.nix index e7f2c8278e1aa..5b34a8bc82b55 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 = " -- cgit 1.4.1