me
/
guix
Archived
1
0
Fork 0

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'.
master
Eric Bavier 2020-02-10 23:08:54 -06:00
parent 35cb2ac56c
commit 0e77a62dc2
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016, 2017, 2018, 2019 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Eric Bavier <bavier@posteo.net>
;;; Copyright © 2018 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
@ -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