From 0e77a62dc2aad41c67feeb86c964571051107f7b Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Mon, 10 Feb 2020 23:08:54 -0600 Subject: 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 397b94301d..9f34a1e327 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 +;;; Copyright © 2016, 2017, 2018, 2019, 2020 Eric Bavier ;;; Copyright © 2018 Christopher Baines ;;; Copyright © 2019 Tobias Geerinckx-Rice ;;; @@ -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 -- cgit v1.2.3