about summary refs log tree commit diff
path: root/pkgs/tools/misc/shelldap/default.nix
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2021-03-16 20:03:12 +0100
committerSamuel Gräfenstein <git@samuelgrf.com>2021-03-17 00:00:19 +0100
commit817f0fd741612a906fa833bceb063569e8b7e853 (patch)
treeb78ee69a2b1317effb8169e4121d7fa59f6d669d /pkgs/tools/misc/shelldap/default.nix
parente5deebdf53c25cc38a58fb0bf8d51f0548503a04 (diff)
perlPackages: NetLDAP -> perlldap
Fix building with `config.allowAliases = false;`.
Diffstat (limited to 'pkgs/tools/misc/shelldap/default.nix')
-rw-r--r--pkgs/tools/misc/shelldap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/shelldap/default.nix b/pkgs/tools/misc/shelldap/default.nix
index 18c5aea3dfd8c..c782b12920088 100644
--- a/pkgs/tools/misc/shelldap/default.nix
+++ b/pkgs/tools/misc/shelldap/default.nix
@@ -6,7 +6,7 @@ perlPackages.buildPerlPackage rec {
     url = "https://bitbucket.org/mahlon/shelldap/downloads/shelldap-${version}.tar.gz";
     sha256 = "07gkvvxcgw3pgkfy8p9mmidakciaq1rsq5zhmdqd8zcwgqkrr24i";
   };
-  buildInputs = with perlPackages; [ perl YAMLSyck NetLDAP AlgorithmDiff IOSocketSSL AuthenSASL TermReadLineGnu TermShell ];
+  buildInputs = with perlPackages; [ perl YAMLSyck perlldap AlgorithmDiff IOSocketSSL AuthenSASL TermReadLineGnu TermShell ];
   prePatch = ''
     touch Makefile.PL
   '';