guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/46: gnu: perl-test-deep: Remove obsolete input.


From: guix-commits
Subject: 19/46: gnu: perl-test-deep: Remove obsolete input.
Date: Fri, 14 Feb 2020 12:41:00 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 009b4b4341288a3a8eb89989074bcfc6412603a3
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 17:10:01 2020 +0100

    gnu: perl-test-deep: Remove obsolete input.
    
    * gnu/packages/perl-check.scm (perl-test-deep)[inputs]: Remove 
PERL-TEST-TESTER.
---
 gnu/packages/perl-check.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 79f2ef4..3b049e2 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -348,8 +348,7 @@ specification.")
                (base32
                 "1kdy06r0yg7zwarqglc9163vbfb0sfc4s6ld4pw5q7i9f7mghzi0"))))
     (build-system perl-build-system)
-    (inputs `(("perl-test-tester" ,perl-test-tester)
-              ("perl-test-nowarnings" ,perl-test-nowarnings)))
+    (inputs `(("perl-test-nowarnings" ,perl-test-nowarnings)))
     (synopsis "Flexible deep comparison for the Test::Builder framework")
     (description
      "Test::Deep compares two structures by going through each level, ensuring



reply via email to

[Prev in Thread] Current Thread [Next in Thread]