summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-02-16 17:03:27 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-02-16 17:05:42 +0100
commit244cbff8954f50738f58271c9143fba890a6a520 (patch)
treed2fd8e6a000a7b2f9de4823eba51ff5acc79fa9a
parent2e9ab44153a9494176d47280bb975532b77d9bae (diff)
downloadguix-patches-244cbff8954f50738f58271c9143fba890a6a520.tar
guix-patches-244cbff8954f50738f58271c9143fba890a6a520.tar.gz
gnu: texlive-stmaryrd: Replace with texlive-stmaryrd/fixed.
* gnu/packages/tex.scm (texlive-stmaryrd)[replacement]: Replace with texlive-stmaryrd/fixed.
-rw-r--r--gnu/packages/tex.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b6c310bdbb..531f866b58 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6397,6 +6397,8 @@ use this package to insert PostScript files, in addition to PDF files.")
"0yn0yl6x1z9ab5gb56lhvkqabd2agz3ggxifwxkiysrj5780j29z"))))
(package
(inherit template)
+ ;; TODO: This package is missing files.
+ (replacement texlive-stmaryrd/fixed)
(arguments (substitute-keyword-arguments (package-arguments template)
((#:tex-directory _ #t)
"latex/stmaryrd")