[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
406/452: gnu: texlive-xypic: Fix build.
From: |
guix-commits |
Subject: |
406/452: gnu: texlive-xypic: Fix build. |
Date: |
Fri, 9 Jun 2023 13:44:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f2868108b647f1f676e8543262a1025eb0e6c778
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 19 19:36:20 2023 +0200
gnu: texlive-xypic: Fix build.
* gnu/packages/tex.scm (texlive-xypic)[native-inputs]: Add TEXLIVE-CM,
TEXLIVE-METAFONT.
---
gnu/packages/tex.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6a94741ab9..11852e4bf2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9912,8 +9912,8 @@ glyphs.")
"09b51bbm189xh7039h5n8nmab5nn2bybhh26qjn08763m80zdhjg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
- (propagated-inputs
- (list texlive-graphics texlive-iftex))
+ (native-inputs (list texlive-cm texlive-metafont))
+ (propagated-inputs (list texlive-graphics texlive-iftex))
(home-page "https://ctan.org/pkg/xypic")
(synopsis "Flexible diagramming macros")
(description
- 364/452: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 364/452: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 371/452: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 376/452: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 382/452: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 388/452: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/09
- 393/452: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/09
- 392/452: gnu: texlive-etex: Fix build., guix-commits, 2023/06/09
- 404/452: gnu: texlive-cs: Fix build., guix-commits, 2023/06/09
- 400/452: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/09
- 407/452: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/09
- 406/452: gnu: texlive-xypic: Fix build.,
guix-commits <=
- 410/452: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/09
- 414/452: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/09
- 428/452: gnu: texlive-xmltex: Rely on build system to create formats., guix-commits, 2023/06/09
- 431/452: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/09
- 436/452: guix: texlive importer: Fix build system and arguments for meta-packages., guix-commits, 2023/06/09
- 448/452: gnu: Add texlive-pslatex., guix-commits, 2023/06/09
- 21/452: gnu: Add texlive-filehook., guix-commits, 2023/06/09
- 42/452: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/09
- 47/452: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/09
- 48/452: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/09