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:
Samuel Gräfenstein
2021-03-17 00:00:19 +01:00
parent 819ab46fe7
commit e5deebdf53
2 changed files with 3 additions and 3 deletions
@@ -28,7 +28,7 @@ perlPackages.buildPerlPackage rec {
propagatedBuildInputs = [ openssl ];
checkInputs = with perlPackages; [ TestDeep TestMore ];
checkInputs = with perlPackages; [ TestDeep ];
postPatch = ''
patchShebangs script/convos