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>master
parent
a59afdc92e
commit
e7f1e1a78d
|
@ -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")
|
||||
|
|
Reference in New Issue