mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
tests: Adjust texlive importer tests.
This is a follow-up to commit be7b314f3f
.
* tests/texlive.scm: Add version field to expected output.
This commit is contained in:
parent
cd3c4ad8fc
commit
c9a37f57cb
1 changed files with 2 additions and 1 deletions
|
@ -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 @@ (define %fake-tlpdb
|
|||
"tex/texsis/config/")
|
||||
('base32 (? string? hash))
|
||||
#:trivial? #t))
|
||||
('version . any)
|
||||
('propagated-inputs
|
||||
('list 'texlive-cm
|
||||
'texlive-hyphen-base
|
||||
|
|
Loading…
Reference in a new issue