guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: check: Use check@0.12.


From: guix-commits
Subject: branch master updated: gnu: check: Use check@0.12.
Date: Tue, 11 Feb 2020 00:18:43 -0500

This is an automated email from the git hooks/post-receive script.

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0e77a62  gnu: check: Use check@0.12.
0e77a62 is described below

commit 0e77a62dc2aad41c67feeb86c964571051107f7b
Author: Eric Bavier <address@hidden>
AuthorDate: Mon Feb 10 23:08:54 2020 -0600

    gnu: check: Use check@0.12.
    
    Tests fail to compile with check@0.13.
    
    * gnu/packages/check.scm (clamav)[native-inputs]: 'check' -> 'check-0.12'.
---
 gnu/packages/antivirus.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm
index 397b943..9f34a1e 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017, 2018, 2019 Eric Bavier <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Eric Bavier <address@hidden>
 ;;; Copyright © 2018 Christopher Baines <address@hidden>
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
@@ -67,7 +67,7 @@
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-       ("check" ,check)                 ; for tests
+       ("check" ,check-0.12)            ; for tests
        ("libtool" ,libtool)
        ("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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