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:
@@ -28,7 +28,7 @@ perlPackages.buildPerlPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ openssl ];
|
||||
|
||||
checkInputs = with perlPackages; [ TestDeep TestMore ];
|
||||
checkInputs = with perlPackages; [ TestDeep ];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs script/convos
|
||||
|
||||
Reference in New Issue
Block a user