diff options
Diffstat (limited to 'tests/texlive.scm')
-rw-r--r-- | tests/texlive.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/texlive.scm b/tests/texlive.scm index f718e3a0a0..c1bd50b75f 100644 --- a/tests/texlive.scm +++ b/tests/texlive.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2017, 2022 Ricardo Wurmus <rekado@elephly.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -184,6 +184,7 @@ completely compatible with Plain TeX.") "tex/texsis/config/") ('base32 (? string? hash)) #:trivial? #t)) + ('version . any) ('propagated-inputs ('list 'texlive-cm 'texlive-hyphen-base |