mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
db082a527e
commit
b5e9be788f
1 changed files with 1 additions and 1 deletions
|
@ -32815,7 +32815,7 @@ (define-public texlive-revtex4-1
|
||||||
(let ((revtex-source
|
(let ((revtex-source
|
||||||
(any (match-lambda
|
(any (match-lambda
|
||||||
((_ . dir)
|
((_ . dir)
|
||||||
(and (string-match "texlive-revtex-[0-9]+-checkout"
|
(and (string-match "texlive-revtex-[^-]+-checkout"
|
||||||
dir)
|
dir)
|
||||||
dir)))
|
dir)))
|
||||||
(or native-inputs inputs))))
|
(or native-inputs inputs))))
|
||||||
|
|
Loading…
Reference in a new issue