Age | Commit message (Expand) | Author |
2022-09-08 | Merge branch 'master' into staging | Marius Bakke |
2022-09-08 | gnu: eigen: Skip some tests on some architectures....* gnu/packages/algebra.scm (eigen)[arguments]: Add a phase to skip some
tests which fail on various platforms.
(eigen-for-tensorflow, eigen-for-tensorflow-lite)[arguments]: Don't
inherit new phase.
| Efraim Flashner |
2022-09-08 | gnu: Add python-pymonad....* gnu/packages/python-xyz.scm (python-pymonad): New variable.
| Arun Isaac |
2022-09-08 | services: agetty-service-type: Add missing dash....* gnu/services/base.scm (<agetty-configuration>): Add missing dash for
no-hostname? configuration.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hilton Chain |
2022-09-08 | gnu: strawberry: Update to 1.0.9....* gnu/packages/music.scm (strawberry): Update to 1.0.9.
[inputs]: Add icu4c.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Michael Rohleder |
2022-09-08 | gnu: dragon-drop: Update to 1.2.0....* gnu/packages/gtk.scm (dragon-drop): Update to 1.2.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| kiasoc5 |
2022-09-08 | gnu: flatpak: Update to 1.14.0....* gnu/packages/package-management.scm (flatpak): Update to 1.14.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| kiasoc5 |
2022-09-08 | gnu: Add texlive-latex-totcount....* gnu/packages/tex.scm (texlive-latex-totcount): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Wiktor Żelazny |
2022-09-08 | gnu: Add texlive-generic-soul....* gnu/packages/tex.scm (texlive-generic-soul): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Wiktor Żelazny |
2022-09-08 | gnu: Add texlive-latex-tabto-ltx....* gnu/packages/tex.scm (texlive-latex-tabto-ltx): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Wiktor Żelazny |
2022-09-08 | gnu: Add texlive-latex-lastpage....* gnu/packages/tex.scm (texlive-latex-lastpage): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Wiktor Żelazny |
2022-09-08 | gnu: podman: Update to 4.2.0....* gnu/packages/containers.scm (podman): Update to 4.2.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Zhu Zihao |
2022-09-08 | gnu: podman: Use G-expressions....* gnu/packages/containers.scm (podman)[arguments]: Use G-expressions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Zhu Zihao |
2022-09-08 | gnu: Add solvespace....* gnu/packages/engineering.scm (solvespace): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kristian Lein-Mathisen |
2022-09-08 | gnu: Add mimalloc....* gnu/packages/c.scm (mimalloc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kristian Lein-Mathisen |
2022-09-08 | gnu: man-pages: Update to new style....* gnu/packages/man.scm (man-pages)[arguments]: Refer to package output
using gexps instead of assoc-ref on a parameter.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Lilah Tascheter |
2022-09-08 | gnu: Add man-pages-posix....* gnu/packages/man.scm (man-pages-posix): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Lilah Tascheter |
2022-09-08 | gnu: zsh-autopair....* gnu/packages/shellutils.scm (zsh-autopair): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| gyara |
2022-09-08 | file-systems: Open files with O_CLOEXEC....Since this code is run from PID 1, this ensures file descriptors to
sensitive files and devices are not accidentally leaked to
sub-processes.
* gnu/build/file-systems.scm (call-with-input-file): New procedure.
(mount-file-system): Use 'close-fdes' + 'open-fdes'.
| Ludovic Courtès |
2022-09-08 | gnu: zuo: Use English in description....* gnu/packages/racket.scm (zuo)[description]: Use English.
| Liliana Marie Prikler |
2022-09-08 | gnu: komikku: Update to 0.41.0....* gnu/packages/gnome.scm (komikku): Update to 0.41.0.
| Liliana Marie Prikler |
2022-09-08 | tests: dict: Increase VM memory-size....* gnu/tests/dict.scm (run-dicod-test): Increase it to 1024 MiB.
| Mathieu Othacehe |
2022-09-07 | gnu: uBlock Origin: Update to 1.44.2....* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.44.2.
| Marius Bakke |
2022-09-07 | gnu: f3d: Update to 1.3.1....* gnu/packages/graphics.scm (f3d): Update to 1.3.1.
[snippet]: Use G-expression.
[arguments]<#:configure-flags>: Update option name to
F3D_INSTALL_MIME_TYPES_FILES.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Paul A. Patience |
2022-09-07 | gnu: python-sympy: Update to 1.11.1....All dependents successfully build except the continued failure of
python-dolfin-adjoint: http://ci.guix.gnu.org/build/1306546/details
* gnu/packages/python-xyz.scm (python-sympy): Update to 1.11.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Greg Hogan |
2022-09-07 | gnu: python-pyside-2-tools: Fix synopsis and description....* gnu/packages/qt.scm (python-pyside2-tools)[synopsis]: Use more descriptive
words.
[description]: Ditto.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Zhu Zihao |
2022-09-07 | gnu: python-pyside-2-tools: Use G-expressions....* gnu/packages/qt.scm (python-pyside2-tools)[native-inputs]: Use label-less
style.
[arguments]: Use G-expressions.
<#:configure-flags>: Use SEARCH-INPUT-FILE.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Zhu Zihao |
2022-09-07 | gnu: Add python-pyside-6....* gnu/packages/qt.scm (python-pyside-6): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Zhu Zihao |
2022-09-07 | gnu: python-pyside-2: Use "this-package-input" instead of "assoc-ref"....* gnu/packages/qt.scm (python-pyside-2)[arguments]<#:configure-flags>: Use
SEARCH-INPUT-FILE.
<#:phases>: In phase "fix-qt-module-detection", use "this-package-input".
Signed-off-by: Marius Bakke <marius@gnu.org>
| Zhu Zihao |
2022-09-07 | gnu: python-pyside-2: Clarify the package inputs....The module "PySide.PyQtUiTools" depends on "qttools-5", it should be an input,
not a native input.
libxml2, libxslt, clang-toolchain is only used by python-shiboken-2.
cmake-minimal is not used.
* gnu/packages/qt.scm (python-pyside-2): [inputs]: Remove libxml2, libxslt,
clang-toolchain. Add qttools-5.
[native-inputs]: Remove cmake-minimal, qttools-5.
[arguments]<#:phases>: Remove phase "set-clang-dir".
Signed-off-by: Marius Bakke <marius@gnu.org>
| Zhu Zihao |
2022-09-07 | gnu: python-pyside-2: Use G-expressions....* gnu/packages/qt.scm (python-pyside-2)[native-inputs]: Use label-less input
style.
[arguments]: Use G-expressions.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Zhu Zihao |
2022-09-07 | gnu: Add python-shiboken-6...* gnu/packages/qt.scm (python-shiboken-6): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Zhu Zihao |
2022-09-07 | gnu: python-shiboken-2: Use G-expressions....* gnu/packages/qt.scm (python-shiboken-2)[arguments]: Use G-expressions.
<#:phases>: In phase "set-build-env", Replace (assoc-ref inputs ...) with
(this-package-input ...).
Signed-off-by: Marius Bakke <marius@gnu.org>
| Zhu Zihao |
2022-09-07 | gnu: abseil-cpp: Update to 20220623.1....* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Hilton Chain |
2022-09-07 | gnu: ytfzf: Update to 2.4.1....* gnu/packages/image-viewers.scm (ytfzf): Update to 2.4.1.
[inputs]: Add perl.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Michael Rohleder |
2022-09-07 | gnunet-scheme: Unbundle config.rpath....* gnu/packages/gnunet.scm (gnunet-scheme)[origin]{snippet}: New snippet.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Maxime Devos |
2022-09-07 | gnu: gnunet-scheme: Make scheme-gnunet.pdf reproducible....* gnu/packages/gnunet.scm
(gnunet-scheme)[arguments]<#:phases>{reproducible-timestamp}:
New phase.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Maxime Devos |
2022-09-07 | gnu: gnunet-scheme: Update to 0.3....The old snippet doesn't apply anymore, so a different work-around was
committed to gnunet-scheme.
* gnu/packages/gnunet.scm (gnunet-scheme): Update to 0.3.
[description]: Update description for new features.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Maxime Devos |
2022-09-07 | gnu: python-pyvista: Update to 0.36.1....* gnu/packages/python-science.scm (python-pyvista): Update to 0.36.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Paul A. Patience |
2022-09-07 | gnu: font-lxgw-wenkai-tc: Update to 0.921....* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 0.921.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Hilton Chain |
2022-09-07 | gnu: font-lxgw-wenkai: Update to 1.240....* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.240.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Hilton Chain |
2022-09-07 | gnu: sqlite-next: Update to 3.39.3....* gnu/packages/sqlite.scm (sqlite-next): Update to 3.39.3.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Hilton Chain |
2022-09-07 | gnu: python-apsw: Update to 3.39.2.1....* gnu/packages/databases.scm (python-apsw): Update to 3.39.2.1.
[source]: Change back to compressed release.
* gnu/packages/patches/python-apsw-3.39.2.1-test-fix.patch: New file.
* gnu/local.mk: Add patch.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Hilton Chain |
2022-09-07 | gnu: expect: Update home page....* gnu/packages/tcl.scm (expect)[home-page]: Follow redirect.
| Marius Bakke |
2022-09-07 | gnu: pypy: Fix build....This fixes a regression that was introduced in commit 553c009d741.
* gnu/packages/python.scm (pypy)[phases]{install}: Rename the OUT variable to
#$OUTPUT.
| Maxim Cournoyer |
2022-09-07 | Merge branch 'master' into staging | Marius Bakke |
2022-09-07 | gnu: tombo: Disable tests....* gnu/packages/bioinformatics.scm (tombo)[arguments]: New field.
| Marius Bakke |
2022-09-07 | gnu: guix-jupyter: Disable parallel tests....* gnu/packages/package-management.scm (guix-jupyter)[arguments]: Add
#:parallel-tests?.
| Marius Bakke |
2022-09-07 | gnu: python-cfgv: Update to 3.3.1....* gnu/packages/python-xyz.scm (python-cfgv): Update to 3.3.1.
[arguments]: Respect TESTS? keyword in check phase.
[native-inputs]: Remove PYTHON-COVERAGE and PYTHON-COVDEFAULTS.
| Marius Bakke |
2022-09-07 | gnu: python-fs: Update to 2.4.16....* gnu/packages/python-xyz.scm (python-fs): Update to 2.4.16.
| Marius Bakke |