aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/tex.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 592b2deba4..93b2384e70 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17785,6 +17785,25 @@ preparing the necessary ingredients for the cover letter;
@end itemize")
(license license:cc-by-sa4.0)))
+(define-public texlive-jpsj
+ (package
+ (name "texlive-jpsj")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jpsj/" "tex/latex/jpsj/")
+ (base32
+ "0gvszj0igklm8b0p268j59ysfbahh03c6nbm6gpzkan3p4ijabdi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jpsj")
+ (synopsis
+ "Document class for @emph{Journal of the Physical Society of Japan}")
+ (description
+ "This package provides a document class for @emph{Journal of the Physical
+Society of Japan}.")
+ (license license:lppl)))
+
(define-public texlive-junicode
(package
(name "texlive-junicode")
jgart 2023-04-14Merge branch 'master' into core-updates....Conflicts: gnu/local.mk gnu/packages/build-tools.scm gnu/packages/certs.scm gnu/packages/check.scm gnu/packages/compression.scm gnu/packages/cups.scm gnu/packages/fontutils.scm gnu/packages/gnuzilla.scm gnu/packages/guile.scm gnu/packages/ibus.scm gnu/packages/image-processing.scm gnu/packages/linux.scm gnu/packages/music.scm gnu/packages/nss.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/qt.scm gnu/packages/ruby.scm gnu/packages/shells.scm gnu/packages/tex.scm gnu/packages/video.scm gnu/packages/vulkan.scm gnu/packages/web.scm gnu/packages/webkit.scm gnu/packages/wm.scm Maxim Cournoyer 2023-04-06gnu: tcsh: Fix riscv64 cross-compilation....* gnu/packages/shells.scm (tcsh): fix riscv64 cross-build. [arguments]<#:phase>: Add 'update-config-scripts' phase for riscv64. [native-inputs]: Add CONFIG for riscv64. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Z572 2023-03-31gnu: zsh: Patch failing test that uses egrep....* gnu/packages/patches/zsh-egrep-failing-test.patch: New file. * gnu/packages/shells.scm (zsh): Patch it. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Josselin Poiret 2023-03-27gnu: oil: Update to 0.14.2....* gnu/packages/shells.scm (oil): Update to 0.14.2. Signed-off-by: Christopher Baines <mail@cbaines.net> Felix Gruber 2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge