summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2023-09-22gnu: Add python-django-configurations....* gnu/packages/django.scm (python-django-configurations): New variable. Marius Bakke
2023-09-22gnu: Add python-django-cache-url....* gnu/packages/django.scm (python-django-cache-url): New variable. Marius Bakke
2023-09-22gnu: Add python-dj-search-url....* gnu/packages/django.scm (python-dj-search-url): New variable. Marius Bakke
2023-09-22gnu: python-dj-database-url: Update to 2.1.0....* gnu/packages/django.scm (python-dj-database-url): Update to 2.1.0. Marius Bakke
2023-09-22gnu: Add python-dj-email-url....* gnu/packages/django.scm (python-dj-email-url): New variable. Marius Bakke
2023-09-22services: nftables: Add 'configuration' action....* gnu/services/networking.scm (nftables-shepherd-service)[actions]: New field. Marius Bakke
2023-09-22gnu: uwufetch: Avoid top-level package references....* gnu/packages/admin.scm (uwufetch)[arguments]: Use the grep and gawk provided by INPUTS, instead of the top-level variables. Marius Bakke
2023-09-22gnu: Add python-aioquic....* gnu/packages/python-web.scm (python-aioquic): New variable. Marius Bakke
2023-09-22gnu: Add python-pylsqpack....* gnu/packages/python-compression.scm (python-pylsqpack): New variable. Marius Bakke
2023-09-22gnu: Add python-towncrier....* gnu/packages/python-xyz.scm (python-towncrier): New variable. Marius Bakke
2023-09-22gnu: Add python-sphinx-basic-ng....* gnu/packages/sphinx.scm (python-sphinx-basic-ng): New variable. Marius Bakke
2023-09-22gnu: Add python-slotscheck....* gnu/packages/python-check.scm (python-slotscheck): New variable. Marius Bakke
2023-09-22gnu: Add python-pyproject-hooks....* gnu/packages/python-xyz.scm (python-pyproject-hooks): New variable. Marius Bakke
2023-09-22gnu: Add python-tracerite....* gnu/packages/python-xyz.scm (python-tracerite): New variable. Marius Bakke
2023-09-22gnu: Add python-html5tagger....* gnu/packages/python-web.scm (python-html5tagger): New variable. Marius Bakke
2023-09-22gnu: Add python-a2wsgi....* gnu/packages/python-web.scm (python-a2wsgi): New variable. Marius Bakke
2023-09-22gnu: python-deprecated: Remove unused inputs....* gnu/packages/python-xyz.scm (python-deprecated): Remove PYTHON-SPHINX and PYTHON-TOX. Marius Bakke
2023-09-22gnu: python-filelock: Update home page....* gnu/packages/python-xyz.scm (python-filelock)[home-page]: Follow redirect. Marius Bakke
2023-09-22gnu: python-certauth: Fix test failure with newer PyOpenSSL....* gnu/packages/python-crypto.scm (python-certauth)[arguments]: New field. Marius Bakke
2023-09-22gnu: Add python-dirty-equals....* gnu/packages/python-xyz.scm (python-dirty-equals): New variable. Marius Bakke
2023-09-22gnu: Add python-jwcrypto....* gnu/packages/python-web.scm (python-jwcrypto): New variable. Marius Bakke
2023-09-21gnu: python-bashlex: Update to 0.18....* gnu/packages/python-xyz.scm (python-bashlex): Update to 0.18. This fixes the build. Clément Lassieur
2023-09-21gnu: routino: Update to 3.4.1....* gnu/packages/geo.scm (routino): Update to 3.4.1. [source]: Use HTTPS. [arguments]: Use G-expressions. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Hendursaga
2023-09-21gnu: osmium-tool: Update to 1.15.0....* gnu/packages/geo.scm (osmium-tool): Update to 1.15.0. Reviewed-by: Bruno Victal <mirai@makinata.eu> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Hendursaga
2023-09-21gnu: osm2pgsql: Update to 1.9.2....* gnu/packages/geo.scm (osm2pgsql): Update to 1.9.2. [arguments]: Use G-expressions. <#:configure-flags>: Ensure compilation with LuaJIT, PROJ API version 4. [inputs]: Replace lua with luajit. Replace proj with proj-7. Add nlohmann-json. [native-inputs]: Add pandoc, python-argparse-manpage, for building documentation. Remove python-psycopg2, as it is only used for tests, and testing has been disabled. [home-page]: Update URL. Reviewed-by: Bruno Victal <mirai@makinata.eu> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Hendursaga
2023-09-21gnu: libosmium: Update to 2.19.0....* gnu/packages/geo.scm (libosmium): Update to 2.19.0. [inputs]: Replace proj with proj-7, the last version with PROJ API version 4 compatibility. Remove sparsehash and utfcpp. [native-inputs]: Add graphviz-minimal, to build documentation. Reviewed-by: Bruno Victal <mirai@makinata.eu> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Hendursaga
2023-09-21gnu: cl-njson: Update to 1.2.1....* gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.2.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Artyom Bologov
2023-09-17gnu: dolphin-emu: Update to 5.0-13669.f9deb68....* gnu/packages/emulators.scm (dolphin-emu): Update to 5.0-13669.f9deb68. [source]: Don't explicitly return #t from snippet. [arguments]: Nor from phases. Tobias Geerinckx-Rice
2023-09-17gnu: dolphin-emu: Remove input labels....* gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2023-09-17gnu: pfetch: Update to 0.7.0-1.a906ff8....* gnu/packages/admin.scm (pfetch): Update to 0.7.0-1.a906ff8. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2023-09-20gnu: Add wasm-micro-runtime....* gnu/packages/web.scm (wasm-micro-runtime): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Felix Lechner
2023-09-20image: Do not allow BIOS bootloader and GPT....When using grub-bootloader with a GPT image, GRUB will fail during installation with a cryptic error message. * gnu/system/image.scm (system-disk-image): Raise an error when trying to use a non-EFI compatible bootloader with a GPT image partitioning. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Mathieu Othacehe
2023-09-20image: Introduce the mbr-hybrid-raw image type....Until 209204e23b39af09e0ea92540b6fa00a60e6a0ae and d57cab764122af69d52d8cc9c843456044e5d7bc, the default image type used by "guix system image" was an MBR image with an ESP partition. Having both an MBR image and an ESP partition is handy because the image will boot on most x86 based systems using legacy BIOS and/or UEFI. We now have a distinction between MBR images and EFI images. Introduce a new MBR hybrid image type and default to it to restore the default behaviour. This also fixes the images section of (gnu ci) that was trying to install a BIOS bootloader on an EFI, GPT image and failing to do so. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Mathieu Othacehe
2023-09-20gnu: %gcc-11-x86_64-micro-architectures: Correct some values....* gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): Correct the values for the psABI micro-architectures. Efraim Flashner
2023-09-20gnu: wfmash: Update to 0.10.5....* gnu/packages/bioinformatics.scm (wfmash): Update to 0.10.5. [source]: Update to changes in source code. [arguments]: Add configure-flag to enable more features. [native-inputs]: Add pkg-config. Efraim Flashner
2023-09-19gnu: Add python-tibanna....* gnu/packages/web.scm (python-tibanna): New variable. Ricardo Wurmus
2023-09-19gnu: Add python-lambda-4dn....* gnu/packages/web.scm (python-lambda-4dn): New variable. Ricardo Wurmus
2023-09-19gnu: Add python-benchmark-4dn....* gnu/packages/python-xyz.scm (python-benchmark-4dn): New variable. Ricardo Wurmus
2023-09-19gnu: xterm: Update to 384....* gnu/packages/xorg.scm (xterm): Update to 384. Efraim Flashner
2023-09-19gnu: keepassxc: Update to 2.7.6....* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.6. Efraim Flashner
2023-09-19gnu: git-annex: Update to 10.20230828....* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20230828. Efraim Flashner
2023-09-19gnu: wl-clipboard: Update to 2.2.1....* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.2.1. Efraim Flashner
2023-09-18gnu: Add asl....* gnu/packages/assembly.scm (asl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2023-09-18gnu: Add netperf....* gnu/packages/networking.scm (netperf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Attila Lendvai
2023-09-18gnu: Add alure....* gnu/packages/audio.scm (alure): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Hendursaga
2023-09-18gnu: tensorflow-lite: Update to 2.13.0....* gnu/packages/machine-learning.scm: (tensorflow-lite): Update to 2.13.0 [inputs]: Add gemmlowp [native-inputs]: Remove gemmlowp-src * gnu/packages/patches/tensorflow-lite-unbundle.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andy Tai
2023-09-18gnu: Add commit-patch....* gnu/packages/version-control.scm (commit-patch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kjartan Oli Agustsson
2023-09-18services: hurd-vm: Use ‘qemu-system-x86_64’....Fixes <https://issues.guix.gnu.org/66053>. * gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]: Use ‘qemu-system-x86_64’. Ludovic Courtès
2023-09-18gnu: tor: Update to 0.4.8.6....* gnu/packages/tor.scm (tor): Update to 0.4.8.6. [source]: Remove patch. * gnu/packages/patches/tor-remove-defensive-assert.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner
2023-09-18gnu: julia-deepdiffs: Skip tests....* gnu/packages/julia-xyz.scm (julia-deepdiffs)[arguments]: Skip the test suite. Efraim Flashner