diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-07-22 23:01:54 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-07-22 23:03:46 +0200 |
commit | c9a37f57cbb18be01436a709cbdd96ffea41caf5 (patch) | |
tree | 1dcc6b3efb3ce3530d1a478919a7506891fa24be | |
parent | cd3c4ad8fc113608eade2e5c29ba8486cde01157 (diff) | |
download | guix-c9a37f57cbb18be01436a709cbdd96ffea41caf5.tar guix-c9a37f57cbb18be01436a709cbdd96ffea41caf5.tar.gz |
tests: Adjust texlive importer tests.
This is a follow-up to commit be7b314f3fe22273e935accac22f313e44d3d970.
* tests/texlive.scm: Add version field to expected output.
-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 |