perlPackages: ClassAccessorFast -> ClassAccessor

Fix building with `config.allowAliases = false;`.
This commit is contained in:
Samuel Gräfenstein 2021-03-16 20:06:45 +01:00
parent 817f0fd741
commit b1383168fd
No known key found for this signature in database
GPG Key ID: EF76A063F15C63C8

View File

@ -1843,7 +1843,7 @@ let
url = "mirror://cpan/authors/id/I/IL/ILMARI/Catalyst-Authentication-Store-LDAP-1.016.tar.gz"; url = "mirror://cpan/authors/id/I/IL/ILMARI/Catalyst-Authentication-Store-LDAP-1.016.tar.gz";
sha256 = "0cm399vxqqf05cjgs1j5v3sk4qc6nmws5nfhf52qvpbwc4m82mq8"; sha256 = "0cm399vxqqf05cjgs1j5v3sk4qc6nmws5nfhf52qvpbwc4m82mq8";
}; };
propagatedBuildInputs = [ perlldap CatalystPluginAuthentication ClassAccessorFast ]; propagatedBuildInputs = [ perlldap CatalystPluginAuthentication ClassAccessor ];
buildInputs = [ TestMockObject TestException NetLDAPServerTest ]; buildInputs = [ TestMockObject TestException NetLDAPServerTest ];
meta = { meta = {
description= "Authentication from an LDAP Directory"; description= "Authentication from an LDAP Directory";