| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gnu: meson-python: Do not delete LICENSES directory.•••* gnu/packages/build-tools.scm (meson-python)[arguments]: Remove custom
phases.
Change-Id: I653d18200dbb718791b3e193105b7ce9b22aa6e2
| Ricardo Wurmus | 2024-12-13 | 1 | -8/+1 |
* | gnu: Add setuptools/wheel to more Python packages.•••* gnu/packages/python-check.scm (python-beartype,
python-pytest-csv)[native-inputs]: Add python-setuptools and python-wheel.
* gnu/packages/python-xyz.scm (python-watchdog, python-xyzservices,
python-zeroconf)[native-inputs]: Same.
Change-Id: Ifac6402da7447a95f4f8fca8d475e87c001bd583
| Ricardo Wurmus | 2024-12-13 | 2 | -7/+16 |
* | gnu: python-typing-extensions: Update to 4.10.0.•••* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.10.0.
Change-Id: I51c82f40f8093e17e8c6a8f20f1e3eae0917f8ee
| Ricardo Wurmus | 2024-12-13 | 1 | -3/+3 |
* | gnu: python-sphinx: Update to 6.2.1.•••* gnu/packages/sphinx.scm (python-sphinx): Update to 6.2.1.
[arguments]: Only disable one test.
[propagated-inputs]: Add texlive-booktabs.
(python-sphinx-5): New variable, inherit from python-sphinx.
Change-Id: I95144924c4c0f293993bfbd7b644c378dd160077
| Ricardo Wurmus | 2024-12-13 | 1 | -8/+99 |
* | gnu: Add missing import (again).•••Change-Id: I8a7de728a0c6bb3a54ad7213cb6cdc39e1172c81
| Lars-Dominik Braun | 2024-12-13 | 1 | -0/+1 |
* | gnu: Add missing import.•••Change-Id: I096914ef3980a99e553f512d1e83a0a1e01b4f7e
| Lars-Dominik Braun | 2024-12-13 | 1 | -0/+1 |
* | gnu: Add python-setuptools/python-wheel where necessary.•••Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.
Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
| Lars-Dominik Braun | 2024-12-13 | 29 | -104/+298 |
* | guix: pyproject-build-system: Default configure-flags to empty dictionary.•••PEP 517 specifies it should be a dictionary and thus meson-python cannot
handle an empty list.
Fixes: <https://issues.guix.gnu.org/62781>
* guix/build-system/pyproject.scm (lower): Change default of configure-flags.
* gnu/packages/build-tools.scm (meson-python)[arguments]: Remove #:build-backend,
which was a workaround for this bug.
[native-inputs]: Remove python-p~a-build and python-wheel, which are
not required when using the default build system.
Change-Id: I240ced5c88cf55cbee0d6005d7657bfb6b653b12
| Lars-Dominik Braun | 2024-12-13 | 1 | -8/+2 |
* | gnu: python-pytest-xdist: Disable failing test.•••* gnu/packages/check.scm (python-pytest-xdist)[arguments]: Skip failing
test.
| Lars-Dominik Braun | 2024-12-13 | 1 | -0/+6 |
* | build-system/pyproject: Use TOML parser.•••More reliable than regular expressions.
* guix/build-system/pyproject.scm (%pyproject-build-system-modules): Add (guix build toml).
(pyproject-build): Add argument #:backend-path.
* guix/build/pyproject-build-system.scm (build): Add support for
auto-detected and override backend-path.
* gnu/packages/python-build.scm (python-tomli)[arguments]: Remove
'add-self-to-path, because it is not necessary any more.
(python-poetry-core): Same.
(python-hatchling): Same.
(python-pdm-backend): Same.
| Lars-Dominik Braun | 2024-12-13 | 1 | -26/+4 |
* | gnu: sssd: Import ensure-no-mtimes-pre-1980.•••* gnu/packages/sssd.scm (sssd)[arguments]: Add
python-build-system to #:modules and #:imported modules instead of using
@@ reference.
Change-Id: Id5217e4872a62323691b8976030a1768a6885942
| Lars-Dominik Braun | 2024-12-13 | 1 | -1/+8 |
* | gnu: criu: Remove temporary workaround.•••* gnu/packages/virtualization.scm (criu)[arguments]: Import
ensure-no-mtimes-pre-1980 from python-build-system and remove copied code.
Change-Id: I2ab9eb51dfa66fcf5b0144eab73d63055400e30c
| Lars-Dominik Braun | 2024-12-13 | 1 | -12/+7 |
* | build-system/pyproject: Use python-sans-pip-wrapper as default-python.•••Also adds python-setuptools and python-wheel to relevant packages,
either to native-inputs or to propagated inputs if the pkg_resources
Python module is loaded at runtime.
* guix/build-system/pyproject.scm (default-python): Default to
python-sans-pip-wrapper.
Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
| Lars-Dominik Braun | 2024-12-13 | 35 | -225/+549 |
* | gnu: python-sphinx: Update to 5.3.0.•••* gnu/packages/sphinx.scm (python-sphinx): Update to 5.3.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom check phase; add pre-check phase.
[propagated-inputs]: Add python-colorama, python-filelock, python-flake8,
python-html5lib, python-isort, python-mypy, python-sphinxcontrib-websupport,
and python-types-requests.
[native-inputs]: Remove python-html5lib; add python-flit-core.
Change-Id: I843d70361cdf707ca67616075f4c71f1e59a72f3
| Ricardo Wurmus | 2024-12-13 | 1 | -20/+29 |
* | gnu: python-sphinx-alabaster-theme: Update to 0.7.13.•••* gnu/packages/sphinx.scm (python-sphinx-alabaster-theme): Update to 0.7.13.
[build-system]: Use pyproject-build-system.
| Ricardo Wurmus | 2024-12-13 | 1 | -3/+3 |
* | gnu: python-imagesize: Update to 1.4.1.•••* gnu/packages/python-xyz.scm (python-imagesize): Update to 1.4.1.
[build-system]: Use pyproject-build-system.
| Ricardo Wurmus | 2024-12-13 | 1 | -10/+10 |
* | gnu: python-pygments: Update to 2.15.1.•••* gnu/packages/python-xyz.scm (python-pygments): Update to 2.15.1.
[build-system]: Use pyproject-build-system.
[arguments]: Run tests.
[native-inputs]: Add python-pytest.
| Ricardo Wurmus | 2024-12-13 | 1 | -5/+10 |
* | gnu: ngtcp2: Update to 1.9.1 [security fixes].•••Fixes CVE-2024-52811.
* gnu/packages/networking.scm (ngtcp2): Update to 1.9.1.
Change-Id: Ifeb686e7cb66d8358d69277ac98472e1b0880860
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Tomas Volf | 2024-12-13 | 1 | -2/+2 |
* | gnu: cni-plugins: Update to 1.6.1.•••* gnu/packages/containers.scm (cni-plugins): Update to 1.6.1.
Change-Id: I7c956732b118ab9654fbc3dce409498ea5ce08bb
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Tomas Volf | 2024-12-13 | 1 | -2/+2 |
* | gnu: crun: Update to 1.19.•••* gnu/packages/containers.scm (crun): Update to 1.19.
Change-Id: Iadebc4419293075c78a377e27fe5c6cdfc6c373c
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Tomas Volf | 2024-12-13 | 1 | -2/+2 |
* | gnu: zfs: Update to 2.2.7.•••* gnu/packages/file-systems.scm (zfs): Update to 2.2.7.
Change-Id: I91e1cf9651937b231de46431c9865cbcea29c89b
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Ashish SHUKLA | 2024-12-13 | 1 | -6/+6 |
* | gnu: erlang: Update to 27.2.•••* gnu/packages/erlang.scm (erlang): Update to 27.2.
Change-Id: Ib7ed842d8112838c3b7dd2eb5d010822c2faf598
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Igor Goryachev | 2024-12-13 | 1 | -3/+3 |
* | packages: Optimize ‘all-packages’.•••On my laptop, wall-clock time for (all-packages) goes from 27s to 1s.
* gnu/packages.scm (all-packages): Use a hash table to remember visited
packages instead of calling ‘delete-duplicates’ on the final list.
Change-Id: I4aae804656b56ef2095993e91f0572a5891f419f
| Ludovic Courtès | 2024-12-12 | 1 | -12/+20 |
* | gnu: gnunet-gtk: Update to 0.23.0.•••* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.23.0.
Change-Id: I2d5f47b5773c72777bc0ad4e4ebeaee63c3005b1
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Amélia Coutard-Sander | 2024-12-12 | 1 | -2/+2 |
* | gnu: gnunet: Update to 0.23.0.•••* gnu/packages/gnunet.scm (gnunet): Update to 0.23.0.
[phases]: Adjust disable-problematic-tests phase.
Change-Id: Ibf900d929bcd257932c6997eacbfaeeda1aa7f26
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Amélia Coutard-Sander | 2024-12-12 | 1 | -2/+7 |
* | gnu: cl-simple-matrix: Update to 1.2-0.76b1df4.•••* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 1.2-0.76b1df4.
Change-Id: Iad0abf2dad881e2c59b7f9e94fa3c3b04b62562d
| Guillaume Le Vaillant | 2024-12-12 | 1 | -3/+3 |
* | gnu: hyprlang: Fix cross-compilation.•••* gnu/packages/cpp.scm (hyprlang)[arguments]<#:phases>: Set
PKG_CONFIG_EXECUTABLE in CMakeLists.txt.
Change-Id: Ied775ece2de83f6842bf405be76ce7f33fdce5fe
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hilton Chain | 2024-12-12 | 1 | -0/+11 |
* | gnu: hyprutils: Fix cross-compilation.•••* gnu/packages/cpp.scm (hyprutils)[arguments]<#:phases>: Set
PKG_CONFIG_EXECUTABLE in CMakeLists.txt.
Change-Id: Ia08cf44230c311f444e4881bdca2b759cda9b112
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hilton Chain | 2024-12-12 | 1 | -0/+11 |
* | services: cuirass: Run in a UTF-8 locale.•••Fixes <https://issues.guix.gnu.org/73751>.
* gnu/services/cuirass.scm (cuirass-shepherd-service): Add ‘LC_ALL’.
Reported-by: Noé Lopez <noelopez@free.fr>
Change-Id: I9121a213405d287e2f15338c8608153e11c2508d
| Ludovic Courtès | 2024-12-12 | 1 | -1/+2 |
* | gnu: lapack: Mark as tunable.•••* gnu/packages/maths.scm (lapack)[properties]: New field.
Change-Id: Iec6383a36f699a573654827a0f7ddaf52790625a
| Ludovic Courtès | 2024-12-12 | 1 | -1/+2 |
* | Revert "gnu: python-mathics-core: Add docs."•••This reverts commit 978305639e3c930a539ddd2018bc061716ed8b55 since it was too early.
Change-Id: I934d5bd0de1a895670be44a754e54ca0ab431156
| Danny Milosavljevic | 2024-12-12 | 2 | -55/+6 |
* | gnu: snd: Update to 24.9.•••* gnu/packages/audio.scm (snd): Update to 24.9.
[arguments]: Use G-expressions; add configure flag "--with-gui"; add phase
'install-s7.
[inputs]: Replace jack-1 with jack-2; remove gtk+; add motif.
Change-Id: Iaba84c2dafa4bf5c0a33f087743844412d961adc
| Ricardo Wurmus | 2024-12-12 | 1 | -25/+30 |
* | gnu: texmacs: Make it find qtwayland plugin at runtime.•••* gnu/packages/text-editors.scm (texmacs)[build-system]: Change to qt-build-system.
(texmacs-guile3)[build-system]: Change to qt-build-system.
Change-Id: Ic7b2af22d146f757a54c3ee6d56969493a561aab
| Danny Milosavljevic | 2024-12-12 | 1 | -1/+1 |
* | gnu: texmacs: Add qtwayland-5.•••* gnu/packages/text-editors.scm (texmacs)[inputs]: Add qtwayland-5.
(texmacs-guile3)[inputs]: Add qtwayland-5.
(mogan)[inputs]: Add qtwayland-5.
Change-Id: Ia5cebcff38059533c7add3bcc3c764cb5df1816e
| Danny Milosavljevic | 2024-12-12 | 1 | -0/+2 |
* | gnu: rust-swc: Fix build.•••* gnu/packages/rust-apps.scm (rust-swc): Fix build.
Change-Id: I06106439e7df8112075880081c3b444d84ecccf1
| Danny Milosavljevic | 2024-12-12 | 1 | -0/+1 |
* | gnu: python-mathics-core: Add docs.•••* gnu/packages/plotutils.scm (asymptote): Install files where latex will find them.
* gnu/packages/maths.scm (python-mathics-core): Add docs.
Change-Id: Id2dac5f9b4b3bdcfbb751a94263261fb69edb461
| Danny Milosavljevic | 2024-12-12 | 2 | -6/+55 |
* | gnu: Add python-mathics-django.•••* gnu/packages/maths.scm (python-mathics-django): New variable.
Change-Id: I9f928a13e07f4fc680a6d0e3e965a72d45d7d80c
| Danny Milosavljevic | 2024-12-12 | 1 | -0/+33 |
* | gnu: python-networkx: Update to 3.4.2.•••* gnu/packages/python-xyz.scm (python-networkx-next): New variable.
Change-Id: I59d3883f13ef60b92bd5892edf89b09defdd8845
| Danny Milosavljevic | 2024-12-12 | 1 | -0/+12 |
* | gnu: python-mathics-core: Fix license.•••* gnu/packages/maths.scm (python-mathics-core)[license]: Change to gpl3.
Change-Id: Ic48b004f5fd429ddf99c34d5ba891736f9ffafd6
| Danny Milosavljevic | 2024-12-12 | 1 | -1/+1 |
* | gnu: Add python-mathicsscript.•••* gnu/packages/maths.scm (python-mathicsscript): New variable.
Change-Id: Id98fe33f3e6fdef5fcdc2ea58b2f71f396b9ea23
| Danny Milosavljevic | 2024-12-12 | 1 | -0/+34 |
* | gnu: Add perl-pdl.•••* gnu/packages (perl-pdl-2.019): New variable.
Change-Id: I608a1d59ee4dfebf9df45886c0a8bbf93bee4696
| Danny Milosavljevic | 2024-12-11 | 1 | -0/+61 |
* | gnu: Add python-term-background.•••* gnu/packages/python-xyz.scm (python-term-background): New variable.
Change-Id: If3606c0d037afc52842d3adb69af26d35c55f6ce
| Danny Milosavljevic | 2024-12-11 | 1 | -0/+24 |
* | gnu: librewolf: Add %u to Exec option to open URLs.•••The context behind this change is that Firefox used to ship a
taskcluster/docker/firefox-snap/firefox.desktop file which had an Exec
line like this:
Exec=@MOZ_APP_NAME@ %u
The Guix package would use that file, replacing the token with the path
to the binary. Reported in #74648.
* gnu/packages/librewolf.scm (librewolf): Add %u to Exec option to open
URLs.
Change-Id: I8cf5d3886eaf7805209cf12eae0cc875bef6d5dd
Reviewed-by: André Batista <nandre@riseup.net>
Reviewed-by: Ian Eure <ian@retrospec.tv>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| Roman Scherer | 2024-12-11 | 1 | -1/+1 |
* | gnu: gdb: Fix build of target-specific versions.•••Since recently there has been a change to gdb package that introduced
configure-flags, three gdb packages broke, since they assumed there are no
configure-flags in gdb. That means they produced the same gdb as gdb-14.
This patche fixes that by ensuring configure-flags are appended to original package.
* gnu/packages/embedded.scm (make-gdb-arm-none-eabi)[arguments]: Append
configure-flags to original flags.
* gnu/packages/gdb.scm (gdb-multiarch)[arguments]: Likewise.
* gnu/packages/gdb.scm (avr-gdb)[arguments]: Likewise.
Signed-off-by: Janneke Nieuwenhuizen <janneke@gnu.org>
Change-Id: Ia8748b86dc72197bd4eef307d091b6af44fc5611
| Rutherther via Guix-patches via | 2024-12-11 | 2 | -22/+24 |
* | gnu: openblas: Fix description.•••* gnu/packages/maths.scm (openblas)[description]: Write BLAS acronym in full
before using it.
Change-Id: Ieff4f6c4d69882b3afc826da8283cd7ce0263c74
| Janneke Nieuwenhuizen | 2024-12-11 | 1 | -1/+2 |
* | Revert "gnu: xdg-desktop-portal-gtk: Make possible to use with xdg-desktop-po...•••This reverts commit 5d284ebc8df87b0e21cee5844d66dc7c80863464 but breaks sway.
Change-Id: I9ed395862ac0547346bd78ecb73c05b748fdf141
| Danny Milosavljevic | 2024-12-11 | 1 | -1/+1 |
* | gnu: texmacs: Support HiDPI displays on Wayland.•••* gnu/packages/patches/texmacs-wayland-hidpi.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/text-editors.scm (texmacs)[source]: Use it.
(texmacs-guile3)[source]: Use it.
(mogan)[source]: Use it.
Change-Id: Ida737433957cb26695bf43538cff4d5d1c8a83c3
| Danny Milosavljevic | 2024-12-11 | 3 | -3/+32 |
* | gnu: Add texmacs-guile3.•••* gnu/packages/text-editors.scm (texmacs-guile3): New variable.
Change-Id: I23b58c15162a64d72a5d7092a23aa2503a62b139
| Danny Milosavljevic | 2024-12-11 | 1 | -0/+26 |
* | gnu: Add perl-pgplot.•••* gnu/packages/maths.scm (perl-pgplot): New variable.
Change-Id: Iac06caf5f0c1b142153c011e46aa4fda7704d672
| Danny Milosavljevic | 2024-12-11 | 1 | -0/+27 |
* | gnu: mullvadbrowser: Update to 14.0.3 [security fixes].•••Fixes CVE 2024-9680, 2024-10458, 2024-10459, 2024-10460, 2024-10461,
2024-10462, 2024-10463, 2024-10464, 2024-10465, 2024-10466, 2024-10467,
2024-11691, 2024-11692, 2024-11693, 2024-11694, 2024-11695, 2024-11696,
2024-11697, 2024-11698 and 2024-11699. See the Mozilla Foundation
Security Advisories
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/>,
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-57/> and
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-64/> for
details.
* gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to
20241125154204.
(%mullvadbrowser-version): Update to 14.0.3.
(%mullvadbrowser-firefox-version): Update to 128.5.0esr-14.0-1-build2.
(mullvadbrowser-translation-base): Update to
caa431bbea1a76d7ad61eeda94086a1513762605.
(mullvadbrowser-translation-specific): Update to
2f7d98b46ce480cdb4d7e9ddab912650c8673d6c.
Change-Id: Ia5d445e387351b3d5d08ecb14c2f31bf4cc81396
Signed-off-by: Hilton Chain <hako@ultrarare.space>
| André Batista | 2024-12-11 | 1 | -9/+9 |