diff options
author | Marius Bakke <[email protected]> | 2022-07-27 17:53:05 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-07-27 17:53:05 +0200 |
commit | 6a3ed96af73939df69167b5736d03abf1d7ecebd (patch) | |
tree | c44435fc118e474835323ece38d5e560d0d62dc0 /tests | |
parent | f7815e76b00f61959e3bae68e4d7365ace45abf1 (diff) | |
parent | 4059158e6a284976c80b0fe8f64f69868d59ab10 (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'tests')
-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 <[email protected]> +;;; Copyright © 2017, 2022 Ricardo Wurmus <[email protected]> ;;; ;;; 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 |