gnu: texlive-revtex4-1: Fix build.

* gnu/packages/tex.scm (texlive-revtex4-1)[arguments]<#:phases>: Fix regexp
matching TEXLIVE-REVTEX source name.

Change-Id: Ideea61ed97d4ea544554faa02152fea6d0bd1947
This commit is contained in:
Nicolas Goaziou 2024-08-03 01:53:27 +02:00 committed by Ludovic Courtès
parent db082a527e
commit b5e9be788f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -32815,7 +32815,7 @@ (define-public texlive-revtex4-1
(let ((revtex-source
(any (match-lambda
((_ . dir)
(and (string-match "texlive-revtex-[0-9]+-checkout"
(and (string-match "texlive-revtex-[^-]+-checkout"
dir)
dir)))
(or native-inputs inputs))))