diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/texlive.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/texlive.scm b/tests/texlive.scm index 8e7e596962..651be5bfec 100644 --- a/tests/texlive.scm +++ b/tests/texlive.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017, 2022 Ricardo Wurmus <rekado@elephly.net> -;;; Copyright © 2023, 2024 Nicolas Goaziou <mail@nicolasgoaziou.fr> +;;; Copyright © 2023, 2024, 2025 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -587,7 +587,7 @@ completely compatible with Plain TeX.") (match result (('package ('name "texlive-collection-texworks") - ('version '%texlive-version) + ('version '(package-version texlive-source)) ('source #f) ('build-system 'trivial-build-system) ('arguments |