treewide: Remove references to perlPackages.TestMore
It's not needed anymore since it's built into Perl now. Fix building with `config.allowAliases = false;`.
This commit is contained in:
parent
819ab46fe7
commit
e5deebdf53
@ -28,7 +28,7 @@ perlPackages.buildPerlPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ openssl ];
|
propagatedBuildInputs = [ openssl ];
|
||||||
|
|
||||||
checkInputs = with perlPackages; [ TestDeep TestMore ];
|
checkInputs = with perlPackages; [ TestDeep ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs script/convos
|
patchShebangs script/convos
|
||||||
|
@ -1844,7 +1844,7 @@ let
|
|||||||
sha256 = "0cm399vxqqf05cjgs1j5v3sk4qc6nmws5nfhf52qvpbwc4m82mq8";
|
sha256 = "0cm399vxqqf05cjgs1j5v3sk4qc6nmws5nfhf52qvpbwc4m82mq8";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ NetLDAP CatalystPluginAuthentication ClassAccessorFast ];
|
propagatedBuildInputs = [ NetLDAP CatalystPluginAuthentication ClassAccessorFast ];
|
||||||
buildInputs = [ TestMore TestMockObject TestException NetLDAPServerTest ];
|
buildInputs = [ TestMockObject TestException NetLDAPServerTest ];
|
||||||
meta = {
|
meta = {
|
||||||
description= "Authentication from an LDAP Directory";
|
description= "Authentication from an LDAP Directory";
|
||||||
license = with lib.licenses; [ artistic1 ];
|
license = with lib.licenses; [ artistic1 ];
|
||||||
@ -15392,7 +15392,7 @@ let
|
|||||||
url = "mirror://cpan/authors/id/K/KA/KARMAN/Net-LDAP-Server-Test-0.22.tar.gz";
|
url = "mirror://cpan/authors/id/K/KA/KARMAN/Net-LDAP-Server-Test-0.22.tar.gz";
|
||||||
sha256 = "13idip7jky92v4adw60jn2gcc3zf339gsdqlnc9nnvqzbxxp285i";
|
sha256 = "13idip7jky92v4adw60jn2gcc3zf339gsdqlnc9nnvqzbxxp285i";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ NetLDAP NetLDAPServer TestMore DataDump NetLDAPSID ];
|
propagatedBuildInputs = [ NetLDAP NetLDAPServer DataDump NetLDAPSID ];
|
||||||
meta = {
|
meta = {
|
||||||
description= "test Net::LDAP code";
|
description= "test Net::LDAP code";
|
||||||
license = with lib.licenses; [ artistic1 ];
|
license = with lib.licenses; [ artistic1 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user