Commit graph

142149 commits

Author SHA1 Message Date
Nicolas Goaziou
f4def03d1b
gnu: Add texlive-fontware-bin.
* gnu/packages/tex.scm (texlive-fontware-bin): New variable.
(texlive-fontware)[propagated-inputs]: Add TEXLIVE-FONTWARE-BIN.

Change-Id: I5c59658aeab1a3cb289e87f77fae9436acae8a7f
2024-08-31 10:45:21 +02:00
Nicolas Goaziou
5e9578a858
gnu: Add texlive-omegaware-bin.
* gnu/packages/tex.scm (texlive-omegaware-bin): New variable.
(texlive-omegaware)[propagated-inputs]: Add TEXLIVE-OMEGAWARE-BIN.
[synopsis, description]: Improve text.

Change-Id: I472a258799d423c66abc5222ae6ce047ac1e6055
2024-08-31 10:45:21 +02:00
Nicolas Goaziou
0f8a700458
gnu: Add texlive-mfware-bin.
* gnu/packages/tex.scm (texlive-mfware-bin): New variable.
(texlive-mfware)[propagated-inputs]: Add TEXLIVE-MFWARE-BIN.
(texlive-cm)[arguments]<#:phases>: Call `gftopk' binary from
TEXLIVE-MFWARE-BIN.
[native-inputs]: Add TEXLIVE-MFWARE-BIN.

Change-Id: Ic1aaa377fd7137794ff7705a42a4cb69e48f74f5
2024-08-31 10:45:21 +02:00
Nicolas Goaziou
a805519ebc
gnu: texlive-latex-bin: Create symlinks for "latex" variants.
* gnu/packages/tex.scm (texlive-latex-bin)[arguments]<#:phases>: Create
symlinks for "latex" variants.
* gnu/packages/tex.scm (texlive-bin)[arguments]<#:phases>: Remove symlink
creation.

Change-Id: Ib4f1b05082572e8ccb7f5dd5531ed30cf404ce29
2024-08-31 10:45:21 +02:00
Nicolas Goaziou
b55ce32ed2
gnu: texlive-csplain: Fix build.
* gnu/packages/tex.scm (texlive-csplain)[native-inputs]: Add TEXLIVE-XETEX.

Change-Id: I70499e39b16a2ebbd35aecc34278753c832bdd5c
2024-08-31 10:45:21 +02:00
Nicolas Goaziou
f59d2e6d94
gnu: texlive-xcjk2uni: Fix build.
* gnu/packages/tex.scm (texlive-xcjk2uni)[native-inputs]: Add TEXLIVE-TTFUTILS.

Change-Id: Ie0ce595e781b07e8afd02f27df8933157ab761b9
2024-08-31 10:45:21 +02:00
Nicolas Goaziou
6ee443d6fe
gnu: tex.scm: Remove completed TODO.
* gnu/packages/tex.scm (texlive-axodraw2): Remove TODO.

Change-Id: I0abd99cb5e5f3d46ba40fa28cfc629daec8e336d
2024-08-31 10:45:20 +02:00
Nicolas Goaziou
0f1a8e5b4b
gnu: texlive-bin: Minimize build surface.
* gnu/packages/tex.scm (texlive-bin): Do not inherit from TEXLIVE-LIBKPATHSEA.
[source]<origin>: Refactor snippet.
[arguments]<#:modules>: Remove.
<#:configure-flags>: Build only a part of Web2C.
<#:phases>: Remove phases associated to excluded builds.
[native-inputs]: Remove GROFF-MINIMAL.  Add PERL.
[inputs]: Remove CAIRO, CONFIG, FONTFORGE, FREETYPE, GD, GHOSCRIPT, GMP,
GRAPHITE2, LIBPAPER, LIBXAW, MPFR, PERL, PIXMAN, PYTHON, RUBY-2.7, TCSH,
TECKIT, POSTRACE.  Add TEXLIVE-LIBPTEXENC.
[description]: Make description more accurate.

The build limits itself to TeX engines related to TEXLIVE-LATEX-BIN, Metafont
tools and a few Web2C binaries.

Change-Id: Ia83005eb470e059140b9a3419e48b63ca5669b54
2024-08-31 10:45:20 +02:00
Nicolas Goaziou
8fb42337e1
gnu: Add texlive-libptexenc.
* gnu/packages/tex.scm (texlive-libptexenc): New variable.

Change-Id: I102a97a4b5319e434becbe2187336dd5bc36833e
2024-08-31 10:45:20 +02:00
Nicolas Goaziou
db0517f323
gnu: texlive-context: Fix "context" call.
* gnu/packages/tex.scm (texlive-context)[arguments]<#:phases>: Add a phase to
locate "texmfcnf.lua" and another one to make "bin/context" effectively
executable.  Remove meaningless symlinks, too.

Change-Id: Ie0df56da0b3a439cc53e4b15b0506907681ed13b
2024-08-31 10:45:20 +02:00
Nicolas Goaziou
b385b88638
gnu: texlive-updmap.cfg: Fix font file creation in $HOME.
* gnu/packages/tex.scm (texlive-updmap.cfg): Clarify usage.  Prevent mktex
scripts from creating files in TEXMFVAR by including a "mktex.cnf" that
overrides the one from TEXLIVE-KPATHSEA.

Change-Id: I8025582e8ecdd4f57fb8f266d987e6bc1e755e93
2024-08-31 10:45:20 +02:00
Nicolas Goaziou
a1daaaf30b
gnu: texlive-luatex: Set proper default values for "texmfcnf.lua".
* gnu/packages/tex.scm (texlive-luatex)[arguments]<#:phases>: Make TeX
specific environment variables match those in "texmf.cnf".

Change-Id: Idb80dbe849c1dcdeea234dbedba6d8f3668e2b3f
2024-08-31 10:45:20 +02:00
Nicolas Goaziou
228ae96b05
gnu: texlive-libkpathsea: Better default values in "texmf.cnf".
* gnu/packages/tex.scm (texlive-libkpathsea)[arguments]<#:phases>: Use better
default values in "texmf.cnf".  This fixes slowness in ".tex" documents
compilation, left-over "{/" directories in compilation directory, and helps
LuaTeX finding system fonts.

Change-Id: I3a914507e9bf1e5cbff16d7d37924eadf1316d89
2024-08-31 10:45:20 +02:00
Nicolas Goaziou
c2030c1907
gnu: texlive-libkpathsea: Use TEXLIVE-SOURCE.
* gnu/packages/tex.scm (texlive-libkpathsea)[version]: Refer to
%TEXLIVE-REVISION.
[source]: Inherit from TEXLIVE-SOURCE.  Refactor snippet.

Change-Id: Ia370203f5fd7a0f2090d8d0b67c24ce5118b2a26
2024-08-31 10:45:19 +02:00
Nicolas Goaziou
efbc64bd14
gnu: Add texlive-source.
* gnu/packages/tex.scm (texlive-source): New variable.

Change-Id: I4aedace3f7042995114814745309ee0681e30b00
2024-08-31 10:45:19 +02:00
Nicolas Goaziou
cca8a27461
gnu: texlive-libkpathsea: Remove duplicate documentation.
* gnu/packages/tex.scm (texlive-libkpathsea)[arguments]<#:phases>: Replace
useless `install' phase instead of adding a new one after it.  Delete
documentation already included in another package.

Change-Id: I2c1f1ff12ab24792370f45adc94f056c1ffadec9
2024-08-31 10:45:19 +02:00
Nicolas Goaziou
2402df01a6
gnu: texlive-libkpathsea: Fix TEXMFCACHE location.
* gnu/packages/tex.scm (texlive-libkpathsea)[arguments]<#:phases>: Set
TEXMFCACHE in "texmf.cnf" to "$HOME/.texliveYYYY/texmf-var/" instead of
"{$GUIX_TEXMF}", which creates a "{" directory in the current working
directory.
* guix/build/texlive-build-system.scm (set-texmfvar): New function.
(%standard-phases): Add SET-TEXMFVAR phase.

Change-Id: Idff2fd5279e12d35683c863528aac3b5efa9b22b
2024-08-31 10:45:19 +02:00
Dariqq
2205468108
build-system/meson: Add #:out-of-source? argument to build system.
Meson currently supports only out-of-source builds.  Add the argument
out-of-source? with default to #t such that the install-license-files phase
searches for the license files in the source directory.

* guix/build-system/meson.scm (meson-build): Add out-of-source? argument.
(meson-cross-build): Likewise.

Change-Id: Ib59d9d93b34fd567f05f5f9a10293f6ab924e399
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-31 10:45:19 +02:00
gemmaro
f548a7b586
gnu: po4a: Update to 0.73.
* gnu/packages/gettext.scm (po4a): Update to 0.73.
[native-inputs]: Update docbook-xml to 4.5.
[source]: Remove the patch since it is merged in version 0.70.
* gnu/local.mk, gnu/packages/patches/po4a-partial-texinfo-menu-fix.patch:
Same as above.

Change-Id: Iefe13931415409e30d8da982dccc6e1adf1b2984
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-31 10:45:19 +02:00
msglm
be8352d190
gnu: libxft: Update to 2.3.8.
* gnu/packages/xorg.scm (libxft): Update to 2.3.8.

Change-Id: I27b1e10ba700c700445c93267605ea53c481f122
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-31 10:45:19 +02:00
宋文武
547c19ed52
gnu: memkind: Disable parallel build.
* gnu/packages/disk.scm (memkind)[arguments]: Add '#:parallel-build? #f'.

Change-Id: I64f92c2a23e48eb7a131048ca1da3784416546e4
2024-08-31 10:45:18 +02:00
宋文武
fe88550267
gnu: 389-ds-base: Fix build.
* gnu/packages/openldap.scm (389-ds-base)[source]: Add snippet.
[inputs]: Add libxcrypt.

Change-Id: I5ddb30e8a0ae23e7795a0a9a9e3f00b48379e3e8
2024-08-31 10:45:18 +02:00
宋文武
98b4fb8dab
gnu: alpine: Disable parallel build.
* gnu/packages/mail.scm (alpine)[arguments]: Add '#:parallel-build? #f'.

Change-Id: Ic5c7f34ba8b720762b345670f4d568af5e39cb2d
2024-08-31 10:45:18 +02:00
宋文武
a5a6ab4015
gnu: python2-dbus: Add libxcrypt dependency.
* gnu/packages/python-xyz.scm (python2-dbus)[inputs]: Add libxcrypt.

Change-Id: I3316ca5dbe308b2baaeb8f7f259a189dbf0b29b6
2024-08-31 10:45:18 +02:00
宋文武
b25c1e7d03
gnu: libnl-python2: Add libxcrypt dependency.
* gnu/packages/linux.scm (libnl-python-package)[inputs]: Add libxcrypt.

Change-Id: Id7293e6f1951bb525f5ad072bc7b12d18ac7c69c
2024-08-31 10:45:18 +02:00
宋文武
2e89e9f20a
gnu: vim-vlime: Fix build.
* gnu/packages/vim.scm (vim-vlime)[arguments]: Correct order of phases.

Change-Id: I449cceff6022cee481840e49b732a8bba8031a61
2024-08-31 10:45:18 +02:00
宋文武
887401ab86
gnu: uim: Fix build.
* gnu/packages/xorg.scm (uim)[arguments]: Don't refer to nonexistent
'fix-install-path' phase.

Change-Id: I2d5412ee36ef944ac5531ad50d215ad3cf082f0f
2024-08-31 10:45:18 +02:00
宋文武
b287e368de
gnu: texlive-musixtnt: Fix build.
* gnu/packages/tex.scm (texlive-musixtnt)[arguments]: Don't refer to
nonexistent 'unpack-prerex-source' phase.

Change-Id: I38e9e24dcf0bb7583f42b6dd1c4647a648f89445
2024-08-31 10:45:17 +02:00
宋文武
a74743cd1f
gnu: python-rpds-py: Fix build.
* gnu/packages/python-xyz.scm (python-rpds-py)[arguments]: Don't
refer to nonexistent 'prepare-python-module' phase.

Change-Id: Ie32f3b147b161b6d8dfb799b19ba04167faeccf1
2024-08-31 10:45:17 +02:00
宋文武
d13d616f04
gnu: python-pydantic-core: Fix build.
* gnu/packages/python-xyz.scm (python-pydantic-core)[arguments]: Don't
refer to nonexistent 'prepare-python-module' phase.

Change-Id: I9731ad40472e33d05d8f38d3fc2e5d78d64e12a2
2024-08-31 10:45:17 +02:00
宋文武
0c2bb63e49
gnu: python-orjson: Fix build.
* gnu/packages/python-xyz.scm (python-orjson)[arguments]: Don't refer
to nonexistent 'prepare-python-module' phase.

Change-Id: I7310eb283e5521ad80e5c07aafeaef3007317e83
2024-08-31 10:45:17 +02:00
宋文武
7dfc98b151
gnu: python-clarabel: Fix build.
* gnu/packages/python-science.scm (python-clarabel)[arguments]:
Don't refer to nonexistent 'prepare-python-module' phase.

Change-Id: I002e6a5a5bf9a540c5d6e169a9ba59dc96f6b361
2024-08-31 10:45:17 +02:00
宋文武
6a7d1af457
gnu: otpclient: Fix build.
* gnu/packages/password-utils.scm (otpclient)[arguments]: Don't refer
to nonexistent 'wrap' phase.

Change-Id: I05d6face0809343247d332c042ce9f6bc69e0e78
2024-08-31 10:45:17 +02:00
宋文武
8d6c4297ef
gnu: opendht: Fix build.
* gnu/packages/networking.scm (opendht)[arguments]: Fix typo of "unpack".

Change-Id: I176d9ce69401fe1c79498329264edd6686993846
2024-08-31 10:45:17 +02:00
宋文武
bafdb9a22f
gnu: mcomix: Fix build.
* gnu/packages/image-viewers.scm (mcomix)[arguments]: Add missing
glib-or-gtk-compile-schemas phase.

Change-Id: Ia4df2fced2e836da7ca160a00bbcf1c3e8a47ea6
2024-08-31 10:45:17 +02:00
宋文武
50d535ea55
gnu: libstrophe: Fix build.
* gnu/packages/messaging.scm (libstrophe)[arguments]: Don't refer to
nonexistent 'install-license-files' phase.

Change-Id: Ib462ed89d6fc4a8eb7017f821b19abedf469d943
2024-08-31 10:45:16 +02:00
宋文武
22579628b1
gnu: antlr4: Fix build.
* gnu/packages/java.scm (antlr4)[arguments]: Don't refer to
nonexistent 'bin-install' phase.

Change-Id: I89e6a9ec5d1237bfb32c7793f9e9f4f6ad65fb1f
2024-08-31 10:45:16 +02:00
宋文武
7e605983de
gnu: jupyter-guile-kernel: Fix build.
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel)[arguments]:
Don't refer to nonexistent 'install' phase.

Change-Id: I3a59cb9d740fa6e3cb17b8e8a69dae82169a9b65
2024-08-31 10:45:16 +02:00
宋文武
e160833f66
gnu: infiniband-diags: Fix build.
* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]:
Don't refer to nonexistent 'install-file' phase.

Change-Id: Ie1a3174e56e096f1bd93b0a268e1efa977aebc90
2024-08-31 10:45:16 +02:00
宋文武
d1c0417c8d
gnu: guix-modules: Fix build.
* gnu/packages/package-management.scm (guix-modules)[arguments]:
Don't refer to nonexistent 'install' phase.

Change-Id: Iba88299d1073fbffcde5ac5624d3a6fb4d3d1eda
2024-08-31 10:45:16 +02:00
宋文武
fa49c93f9d
gnu: go-github-com-wraparound-wrap: Fix build.
* gnu/packages/golang.scm (go-github-com-wraparound-wrap)[arguments]:
Don't refer to nonexistent 'wrap' phase.

Change-Id: I36c197590cbbf6cef5c494f247f6289fc1c4a414
2024-08-31 10:45:16 +02:00
宋文武
57be6956ee
gnu: gitile: Fix build.
* gnu/packages/version-control.scm (gitile)[arguments]: Don't refer to
nonexistent 'install-bin' phase.

Change-Id: I6532e5366cc617eff5a5dad2fc65f5d7b37b45ed
2024-08-31 10:45:16 +02:00
宋文武
4941bbd675
gnu: emacs-mpv: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-mpv)[arguments]: Don't refer to
nonexistent 'set-mpv-el-version' phase.

Change-Id: I00751b6f592c6466689d0aeb3783256b45bad45d
2024-08-31 10:45:15 +02:00
宋文武
5bf46cd473
gnu: emacs-edbi: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-edbi)[arguments]: Don't refer to
nonexistent 'wrap' phase.

Change-Id: I108202f2272c1a962b93808739f294767f5878b5
2024-08-31 10:45:15 +02:00
宋文武
f4b83f1785
gnu: devours: Fix build.
* gnu/packages/games.scm (devours)[arguments]: Don't refer to
nonexistent 'install-executable' phase.

Change-Id: I76be61ba3d79417d84e344b29535c201b55df885
2024-08-31 10:45:15 +02:00
宋文武
5d954c73aa
gnu: xen: Add libxcrypt dependency.
* gnu/packages/virtualization.scm (xen)[inputs]: Add libxcrypt.

Change-Id: I1d0b1261ce85d2248f909b4c0abe4843b273f468
2024-08-31 10:45:15 +02:00
宋文武
8c6c1f26a1
gnu: geda-gaf: Add libxcrypt dependency.
* gnu/packages/engineering.scm (geda-gaf)[inputs]: Add libxcrypt.

Change-Id: I4ecaa99609b59f052542360287294bd9eb1f4d3c
2024-08-31 10:45:15 +02:00
宋文武
93cb949611
gnu: kiki: Add libxcrypt dependency.
* gnu/packages/games.scm (kiki)[inputs]: Add libxcrypt.

Change-Id: I4890ba6395f62d00fcdbf160320bae1e71007883
2024-08-31 10:45:15 +02:00
宋文武
48c4b932c3
gnu: libgnt: Add libxcrypt dependency.
* gnu/packages/messaging.scm (libgnt)[inputs]: Add libxcrypt.

Change-Id: I123d6f5672721ebfc80f064682fb43bbe2eae3f6
2024-08-31 10:45:14 +02:00
宋文武
866978ab42
gnu: makepasswd: Add libxcrypt dependency.
* gnu/packages/password-utils.scm (makepasswd)[inputs]: Add libxcrypt.

Change-Id: I4296a814148b42032c8f66449ea945a37bc768de
2024-08-31 10:45:14 +02:00