about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-10-02 01:17:48 +0000
committervolth <volth@volth.com>2018-10-02 01:17:48 +0000
commitf12f974404294809e946708fe6e3f07c10629e1e (patch)
tree1e8d2a0e34117ca62769dc10061d61c52500994f
parente3eaacf78663b3b37da8fa637906a1083e54f30b (diff)
downloadnixlib-f12f974404294809e946708fe6e3f07c10629e1e.tar
nixlib-f12f974404294809e946708fe6e3f07c10629e1e.tar.gz
nixlib-f12f974404294809e946708fe6e3f07c10629e1e.tar.bz2
nixlib-f12f974404294809e946708fe6e3f07c10629e1e.tar.lz
nixlib-f12f974404294809e946708fe6e3f07c10629e1e.tar.xz
nixlib-f12f974404294809e946708fe6e3f07c10629e1e.tar.zst
nixlib-f12f974404294809e946708fe6e3f07c10629e1e.zip
[cpan2nix] perlPackages.TestMost: cleanup
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 54f3a45ef1df..205fb1c8a76a 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -15325,7 +15325,7 @@ let
       description = "Most commonly needed test functions and features";
       license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
     };
-    buildInputs = [ TestDeep TestDifferences TestException TestSimple13 TestWarn ];
+    buildInputs = [ TestDeep TestDifferences TestException TestWarn ];
   };
 
   TestNeeds = buildPerlPackage rec {