Archived
1
0
Fork 0

gnu: texlive-psnfss: Do not return #t from custom phase.

* gnu/packages/tex.scm (texlive-psnfss)[arguments]<#:phases>: Remove
trailing #t from "chdir" phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Simon South 2022-01-22 18:19:23 -05:00 committed by Ludovic Courtès
parent a59afdc92e
commit e7f1e1a78d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4533,7 +4533,7 @@ language that is written in a Cyrillic alphabet.")
`(modify-phases ,phases
(add-after 'unpack 'chdir
(lambda _
(chdir "source/latex/psnfss") #t))))))
(chdir "source/latex/psnfss")))))))
(native-inputs
(list texlive-cm))
(home-page "https://www.ctan.org/pkg/psnfss")