guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: texlive-amsmath, texlive-psnfss: Fix misplaced 'outputs' fie


From: guix-commits
Subject: 02/04: gnu: texlive-amsmath, texlive-psnfss: Fix misplaced 'outputs' field.
Date: Wed, 22 Jun 2022 13:00:03 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 5a137c38be33a98abd5422f7de87c3494cfb2d2a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 22 18:35:15 2022 +0200

    gnu: texlive-amsmath, texlive-psnfss: Fix misplaced 'outputs' field.
    
    This reinstates 08bb73749e55a8b8078062a0ab6f4f0eed53a475.  Probably the
    'outputs' field ended up in 'texlive-amsmath' due to a bad merge.
    
    * gnu/packages/tex.scm (texlive-amsmath)[outputs]: Remove.
    (texlive-psnfss)[outputs]: New field.
---
 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 18e1155b95..73803595d5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4137,7 +4137,6 @@ loading fonts by their proper names instead of file 
names.")
                     "0gmdzhgr0h57xhsl61c5jsp4fj4pbmdr8p6k96am5jbyrbbx121q"))))
     (package
       (inherit template)
-      (outputs '("out" "doc"))
       (arguments
        (substitute-keyword-arguments (package-arguments template)
          ((#:tex-directory _ #t)
@@ -4555,6 +4554,7 @@ language that is written in a Cyrillic alphabet.")
                     "11f14dzhwsy4pli21acccip43d36nf3pac33ihjffnps1i2mhqkd"))))
     (package
       (inherit template)
+      (outputs '("out" "doc"))
       (arguments
        (substitute-keyword-arguments (package-arguments template)
          ((#:tex-directory _ #t)



reply via email to

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