[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: texlive-psnfss: Do not return #t from custom phase.
From: |
guix-commits |
Subject: |
03/05: gnu: texlive-psnfss: Do not return #t from custom phase. |
Date: |
Mon, 28 Mar 2022 06:03:22 -0400 (EDT) |
civodul pushed a commit to branch core-updates
in repository guix.
commit e7f1e1a78d6e4fea0f06a57c93957a6577ed23ab
Author: Simon South <simon@simonsouth.net>
AuthorDate: Sat Jan 22 18:19:23 2022 -0500
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>
---
gnu/packages/tex.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1c8c1f61a8..165a2b7181 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")
- branch core-updates updated (01647fc80c -> edb9a5b835), guix-commits, 2022/03/28
- 01/05: gnu: bash: Build '--without-bash-malloc'., guix-commits, 2022/03/28
- 02/05: gnu: boost: Update to 1.78.0., guix-commits, 2022/03/28
- 04/05: gnu: texlive-psnfss: Fix build; add "doc" output., guix-commits, 2022/03/28
- 03/05: gnu: texlive-psnfss: Do not return #t from custom phase.,
guix-commits <=
- 05/05: gnu: texlive-latex-listings, texlive-latex-pgf: Remove redundant definitions., guix-commits, 2022/03/28