summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2022-01-10gnu: texlive-bin: Link lualatex to luahbtex. wip-texliveRicardo Wurmus
Fixes <https://issues.guix.gnu.org/51252>. * gnu/packages/tex.scm (texlive-bin)[arguments]: Link lualatex to luahbtex. (texlive-latex-luatex): Remove variable.
2022-01-10gnu: texlive-lualibs: Take sources from TeX Live SVN.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-luatex-lualibs): Deprecate this variable... (texlive-lualibs): ...in favor of this new variable. [source]: Take source code from TeX Live SVN because it must match the rest of the LuaTeX distribution.
2022-01-10gnu: texlive-luaotfload: Propagate texlive-lua-alt-getopt.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-luaotfload)[propagated-inputs]: Add texlive-lua-alt-getopt.
2022-01-10gnu: Add texlive-lua-alt-getopt.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-lua-alt-getopt): New variable.
2022-01-10gnu: texlive-latex-base: Remove trailing #T.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Remove trailing #T from build phases.
2022-01-04gnu: texlive-kpathsea: Patch references to sed and awk.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-kpathsea)[arguments]: Add build phase 'patch-references to satisfy runtime requirements on sed and awk. [inputs]: Add sed and gawk.
2022-01-04gnu: texlive-bin: Patch references to sed and awk.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-bin)[arguments]: Patch texlive scripts in 'post-install phase to satisfy references to sed and awk.
2022-01-04gnu: texlive-bin: Fix directory traversal.Ricardo Wurmus
Fixes <https://bugs.gnu.org/52979>. * gnu/packages/tex.scm (texlive-bin)[arguments]: Add build phase 'patch-directory-traversal.
2022-01-04gnu: texlive-bin: Remove trailing #T.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-bin)[source]: Simplify snippet. [arguments]: Remove trailing #T from build phases.
2022-01-04gnu: Add mbed-tools.Mathieu Othacehe
* gnu/packages/embedded.scm (mbed-tools): New variable.
2022-01-04gnu: Add python-pdoc3.Mathieu Othacehe
* gnu/packages/patches/python-pdoc3-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/local.mk (python-pdoc3): New variable.
2022-01-04gnu: stlink: Update the uri.Mathieu Othacehe
* gnu/packages/embedded.scm (stlink)[origin]: Update it.
2022-01-04gnu: stlink: Update to 1.7.0.Mathieu Othacehe
* gnu/packages/embedded.scm (stlink): Update to 1.7.0. [home-page]: Update it.
2022-01-04gnu: diffoscope: Update to 198.Tobias Geerinckx-Rice
* gnu/packages/diffoscope.scm (diffoscope): Update to 198.
2022-01-04gnu: mpv: Update to 0.34.1.Tobias Geerinckx-Rice
* gnu/packages/video.scm (mpv): Update to 0.34.1.
2022-01-04gnu: pgloader: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (pgloader)[arguments]: Rewrite as G-expressions. [inputs]: Remove input labels.
2022-01-04gnu: pgloader: Update to 3.6.3.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (pgloader): Update to 3.6.3.
2022-01-04gnu: direvent: Update to 5.3.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (direvent): Update to 5.3. [source]: Drop hard-to-maintain snippet… [arguments]: …in favour of a wider regexp in the 'substitute-file-names phase, renamed from 'patch-/bin/sh, as we also patch "/bin/kill" to keep the tests passing.
2022-01-04gnu: direvent: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (direvent)[source, arguments]: Rewrite using G-expressions. Don't explicitly return #t from phases.
2022-01-04gnu: fortune-mod: Update to 3.12.0.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fortune-mod): Update to 3.12.0. [arguments]: Adjust 'delete-failing-test phase accordingly. [native-inputs]: Add docbook-xml-5, docbook-xsl, and perl-app-xml-docbook-builder.
2022-01-04gnu: fortune-mod: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fortune-mod)[arguments]: Rewrite as G-expressions. Split up misnamed 'fix-build-env phase into 'enter-build-directory, 'copy-cmake-modules, and 'delete-failing-test. Don't explicitly return #t from phases. [native-inputs]: Remove input labels. Remove shlomif-cmake-modules.
2022-01-04gnu: rinutils: Update to 0.10.0.Tobias Geerinckx-Rice
* gnu/packages/games.scm (rinutils): Update to 0.10.0.
2022-01-04gnu: rinutils: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/games.scm (rinutils)[arguments]: Rewrite as G-expressions. Rename misnamed 'fix-build-env. [native-inputs]: Remove input labels. Remove shlomif-cmake-modules.
2022-01-04gnu: shlomif-cmake-modules: Update to 89f05caf86078f783873975525230cf4fecede8a.Tobias Geerinckx-Rice
* gnu/packages/games.scm (shlomif-cmake-modules): Update to commit 89f05caf86078f783873975525230cf4fecede8a.
2022-01-04gnu: Add perl-app-xml-docbook-builder.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-app-xml-docbook-builder): New public variable.
2022-01-04gnu: fasm: Update to 1.73.29.Tobias Geerinckx-Rice
* gnu/packages/assembly.scm (fasm): Update to 1.73.29.
2022-01-04gnu: emacs-epkg: Update to 3.3.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.3.2. [arguments]<#:phases>: Add phases to build documentation and follow upstream directory structure. [native-inputs]: Add TEXINFO.
2022-01-04gnu: emacs-tide: Update to 4.5.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.5.4. [propagated-inputs]: Re-order alphabetically.
2022-01-04gnu: emacs-bluetooth: Update to 0.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.
2022-01-04gnu: naev: Update to 0.9.1.Nicolas Goaziou
* gnu/packages/games.scm (naev): Update to 0.9.1. [source]: Use URL-FETCH. [arguments]<#:phases>: Remove keyword. [native-inputs]: Remove NAEV-ARTWORK. (naev-artwork): Remove variable.
2022-01-03gnu: openmw: Update to 0.47.0.Felix Gruber
* gnu/packages/game-development.scm (openmw): Update to 0.47.0. [arguments]: Add "-DOPENMW_USE_SYSTEM_RECASTNAVIGATION=ON" to configure-flags. [inputs]: Use new simplified format. Add new dependencies lz4 and recastnavigation. Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-03gnu: bullet: Build with double precision arithmetics.Felix Gruber
* gnu/packages/game-development.scm (bullet)[arguments]: Add configure flag for double precision arithmetics. Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-03gnu: Add recastnavigation.Felix Gruber
* gnu/packages/game-development.scm (recastnavigation): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-03gnu: Flatpak: Propagate GnuPG 2.2.32.Leo Famulari
This fixes a profile collision between gnupg package variants: https://issues.guix.gnu.org/52981 * gnu/packages/package-management.scm (flatpak)[propagated-inputs]: Replace GNUPG with GNUPG-2.2.32.
2022-01-03gnu: Add python-pythonanywhere.Filip Lajszczak
* gnu/packages/python-xyz.scm (python-pythonanywhere): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-03gnu: rust-system-deps-3: Fix and build package.Maxim Cournoyer
* gnu/packages/crates-io.scm (rust-system-deps-3)[tests?]: Set to #f. [skip-build?]: Remove argument. [cargo-development-inputs]: Add rust-assert-matches-1, rust-itertools-0.10 and rust-lazy-static-1. [description]: Re-indent. [license]: Add missing field.
2022-01-03gnu: rust-assert-matches-1: Update to 1.5.0.Maxim Cournoyer
* gnu/packages/crates-io.scm (rust-assert-matches-1): Update to 1.5.0.
2022-01-03gnu: go-github-com-stretchr-objx: Remove vendored code.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-stretchr-objx)[source]: Add snippet to remove vendor directory. [propagated-inputs]: Add go-github-com-davecgh-go-spew, go-github-com-pmezard-go-difflib [inputs]: Add go-github-com-stretchr-testify-bootstrap. [native-inputs]" Add go-gopkg-in-yaml-v2. (go-github-com-stretchr-testify-bootstrap): New variable.
2022-01-03gnu: go-github-com-fatih-color: Remove vendored code.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-fatih-color)[source]: Add snippet. [propagated-inputs]: Add go-github-com-mattn-go-colorable, go-github-com-mattn-go-isatty.
2022-01-03gnu: Add r-anndata.Ricardo Wurmus
* gnu/packages/cran.scm (r-anndata): New variable.
2022-01-03Revert "gnu: xpra: Update to 4.3."Lars-Dominik Braun
This reverts commit 3debb27e7ccdb614589adbc9b28b050c785abc01. The upgrade to 4.3 is not trivial and requires changes to the build process.
2022-01-03gnu: pies: Update to 1.7.Efraim Flashner
* gnu/packages/admin.scm (pies): Update to 1.7. [arguments]: Remove trailing #t from phases.
2022-01-03gnu: alive: Update to 2.0.5.Efraim Flashner
* gnu/packages/admin.scm (alive): Update to 2.0.5. [inputs]: Replace guile-2.0 with guile-3.0. [native-inputs]: Add lzip.
2022-01-03gnu: rush: Update to 2.2.Efraim Flashner
* gnu/packages/rush.scm (rush): Update to 2.2.
2022-01-03gnu: cflow: Update to 1.7.Efraim Flashner
* gnu/packages/code.scm (cflow): Update to 1.7. [native-inputs]: Remove labels.
2022-01-03gnu: go-github-com-chris-ramon-douceur: Adjust inputs.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-chris-ramon-douceur) [native-inputs]: Move go-github-com-aymerick-douceur, go-github-com-gorilla-css from here ... [propagated-inputs]: ... to here.
2022-01-02gnu: xsnow: Simplify inputs.kiasoc5
* gnu/packages/toys.scm (xsnow)[inputs]: Remove labels. Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-02gnu: xsnow: Update to 3.4.2.kiasoc5
* gnu/packages/toys.scm (xsnow): Update to 3.4.2. [source, home-page]: Update URLs. Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-02gnu: beets-bandcamp: Fix build.Felix Gruber
This fixes a build failure in the 'sanity-check' phase. * gnu/packages/music.scm (beets-bandcamp)[propagated-inputs]: Add python-confuse, python-jellyfish, python-mediafile, python-munkres, python-musicbrainzngs and python-unidecode. Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-02gnu: gcompris: Fix build with GCC 10.Felix Gruber
* gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to CFLAGS. Signed-off-by: Leo Famulari <leo@famulari.name>