guix-commits
[Top][All Lists]
Advanced

[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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]