summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2021-03-16 19:55:45 +0100
committerSamuel Gräfenstein <git@samuelgrf.com>2021-03-17 00:00:19 +0100
commite5deebdf53c25cc38a58fb0bf8d51f0548503a04 (patch)
tree02fe2db096e280775cc3b9e070ab664e06936297
parent819ab46fe78361e5f8e2f575e27ba458fd57950e (diff)
downloadnixpkgs-e5deebdf53c25cc38a58fb0bf8d51f0548503a04.tar
nixpkgs-e5deebdf53c25cc38a58fb0bf8d51f0548503a04.tar.gz
nixpkgs-e5deebdf53c25cc38a58fb0bf8d51f0548503a04.tar.bz2
nixpkgs-e5deebdf53c25cc38a58fb0bf8d51f0548503a04.tar.lz
nixpkgs-e5deebdf53c25cc38a58fb0bf8d51f0548503a04.tar.xz
nixpkgs-e5deebdf53c25cc38a58fb0bf8d51f0548503a04.tar.zst
nixpkgs-e5deebdf53c25cc38a58fb0bf8d51f0548503a04.zip
treewide: Remove references to perlPackages.TestMore
It's not needed anymore since it's built into Perl now.
Fix building with `config.allowAliases = false;`.
-rw-r--r--pkgs/applications/networking/irc/convos/default.nix2
-rw-r--r--pkgs/top-level/perl-packages.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/irc/convos/default.nix b/pkgs/applications/networking/irc/convos/default.nix
index 9a42d0aa99b..6a7fe4b4757 100644
--- a/pkgs/applications/networking/irc/convos/default.nix
+++ b/pkgs/applications/networking/irc/convos/default.nix
@@ -28,7 +28,7 @@ perlPackages.buildPerlPackage rec {
 
   propagatedBuildInputs = [ openssl ];
 
-  checkInputs = with perlPackages; [ TestDeep TestMore ];
+  checkInputs = with perlPackages; [ TestDeep ];
 
   postPatch = ''
     patchShebangs script/convos
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 2e42ce58bb5..30d335b8588 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -1844,7 +1844,7 @@ let
       sha256 = "0cm399vxqqf05cjgs1j5v3sk4qc6nmws5nfhf52qvpbwc4m82mq8";
     };
     propagatedBuildInputs = [ NetLDAP CatalystPluginAuthentication ClassAccessorFast ];
-    buildInputs = [ TestMore TestMockObject TestException NetLDAPServerTest ];
+    buildInputs = [ TestMockObject TestException NetLDAPServerTest ];
     meta = {
       description= "Authentication from an LDAP Directory";
       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";
       sha256 = "13idip7jky92v4adw60jn2gcc3zf339gsdqlnc9nnvqzbxxp285i";
     };
-    propagatedBuildInputs = [ NetLDAP NetLDAPServer TestMore DataDump NetLDAPSID ];
+    propagatedBuildInputs = [ NetLDAP NetLDAPServer DataDump NetLDAPSID ];
     meta = {
       description= "test Net::LDAP code";
       license = with lib.licenses; [ artistic1 ];