aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: packages: Remove x86_64-gnu next to i586-gnu from supported-systems.Janneke Nieuwenhuizen2024-12-10
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-1.16)[supported-systems]: Remove "x86_64-gnu". * gnu/packages/linux.scm (proot)[supported-systems]: Likewise. * gnu/packages/valgrind.scm (valgrind)[supported-systems]: Likewise. * gnu/packages/virtualization.scm (qemu)[supported-systems]: Likewise. * gnu/packages/heads.scm (musl-cross)[supported-systems]: Delete target-hurd? instead of remove'ing "i586-gnu". * gnu/packages/linux.scm (net-tools)[supported-systems]: Likewise. (libcap)[supported-systems]: Likewise. (fuse)[supported-systems]: Likewise. (kmod)[supported-systems]: Likewise. (lvm2)[supported-systems]: Likewise. (mdadm)[supported-systems]: Likewise. (proot)[supported-systems]: Likewise. * gnu/packages/lisp.scm (ecl)[supported-systems]: Likewise. (sbcl)[supported-systems]: Likewise. * gnu/packages/virtualization.scm (qemu)[supported-systems]: Likewise. Change-Id: I506e056b7aeb40f004fcc31ee85962cb065eac29
* gnu: guix: Update to 1.4.0-29.30322214d4.Janneke Nieuwenhuizen2024-12-10
| | | | | | * gnu/packages/package-management.scm (guix): Update to 1.4.0-29.30322214d4. Change-Id: Iafea6ebd78f0e6dcaf2e65bb5602cfba6e085f9e
* gnu: linux-libre-headers: Remove hurd systems from supported-systems.Janneke Nieuwenhuizen2024-12-10
| | | | | | | | | Reported by dariqq via IRC. * gnu/packages/heads.scm (make-linux-libre-headers*): Delete target-hurd? from supported-systems. Change-Id: I32d8209e505d523a4b1c0a68bbb4e1b5c5018305
* gnu: guix: Update to 1.4.0-28.285f0862d8.Janneke Nieuwenhuizen2024-12-10
| | | | | | * gnu/packages/package-management.scm (guix): Update to 1.4.0-28.285f0862d8. Change-Id: I020edc480454fb198af343fee481eaf5b5131498
* guile: Silence GC warnings on the Hurd, part II.Janneke Nieuwenhuizen2024-12-10
| | | | | | | | | | | | | | | This is a follow-up to commit b0416b8503e38746717a2d1167f9d1410634981e guile: Silence GC warnings on the Hurd. This should work around <https://issues.guix.gnu.org/73181>, resurrecting offloading to the Hurd. * gnu/packages/aux-files/guile-launcher.c: (main)[__GNU__]: Move code to silence warnings to... (inner_main)[__GNU__]: ...here. Change-Id: I408201f7f4072c9a33837e6020ac63270b33702e
* gnu: libssh: Fix cross-compiling to 32-bit architectures.Efraim Flashner2024-12-10
| | | | | | | | * gnu/packages/ssh.scm (libssh)[arguments]: When cross-compiling to any 32-bit architecture add a configure-flag to only warn about incompatible pointer types. Change-Id: I3ae71d885bd30a6ba51886824f6dee688538f2f2
* gnu: Add python-mathics-pygments.Danny Milosavljevic2024-12-10
| | | | | | * gnu/packages/maths.scm (python-mathics-pygments): New variable. Change-Id: If90c2d306929a9596590d4625f41939b440f4aa9
* gnu: Add python-columnize.Danny Milosavljevic2024-12-10
| | | | | | * gnu/packages/python-xyz.scm (python-columnize): New variable. Change-Id: Idf3ec4993b9d93d3d1e41e101dfdd76adff922fb
* gnu: Add python-mathics-core.Danny Milosavljevic2024-12-10
| | | | | | * gnu/packages/maths.scm (python-mathics-core): New variable. Change-Id: I0e2571569e07ff89aa9bd1fa2638ff3d807bd4ec
* gnu: Add python-mathics-scanner.Danny Milosavljevic2024-12-10
| | | | | | * gnu/packages/maths.scm (python-mathics-scanner): New variable. Change-Id: I62aabc48e691dba587be0ddf34dac42a2d316b3d
* gnu: units: Update to 2.24.Andy Tai2024-12-09
| | | | | | | * gnu/packages/maths.scm (units): Update to 2.24. Change-Id: I4c201729788dd1e2d98a981f47906d606663bbde Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: shepherd: Add 1.0.0.Ludovic Courtès2024-12-09
| | | | | | * gnu/packages/admin.scm (shepherd-1.0): New variable. Change-Id: If73ff02ea15d6acfc4c0e2d3f8ef467081b6b737
* gnu: clustershell: Update to 1.9.2.Sharlatan Hellseher2024-12-09
| | | | | | | | | | * gnu/packages/ssh.scm (clustershell): Update to 1.9.2. [arguments]<tests?>: Explicitly disable them as non of them were picked and when invoked with nosetest mostly fail. <phases>: Remove 'record-opnssh-file-name, add 'fix-pathes. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I52ebe7f7ed5f2624ecd5182b915bdeaffc207420
* gnu: clustershell: Improve package style.Sharlatan Hellseher2024-12-09
| | | | | | | | * gnu/packages/ssh.scm (clustershell): Use G-expressions, re-order fields. [build-system]: Swap to pyproject-build-system. Change-Id: I3a4983eef65d88f0b94577679ec8788fcb5b4d40
* gnu: webssh: Update to 1.6.2.Sharlatan Hellseher2024-12-09
| | | | | | | | * gnu/packages/ssh.scm (webssh): Update to 1.6.2. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: Icaef06a86ac8c4c02a74a376d0501152675d2122
* gnu: python-asyncssh: Disable failing tests on aarch64.Roman Scherer2024-12-09
| | | | | | | * gnu/packages/ssh.scm (python-asyncssh): Disable failing tests on aarch64. Change-Id: I9f3a746bdf820c1d357fd655f1ed1ff197327856 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: guile-ssh: Update to 0.18.0.Vagrant Cascadian2024-12-09
| | | | | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.18.0. [source]: Drop patch, fixed upstream. * gnu/packages/patches/guile-ssh-rename-bool.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Update with removed patch.
* gnu: duckdb: Build with for core extensions.Ekaitz Zarraga2024-12-09
| | | | | | | | | | DuckDB comes with a set of built-in extensions. This commit enables those that don't require extra dependencies. * gnu/packages/databases.scm (duckdb)[arguments]<#:configure-flags>: Add BUILD_EXTENSIONS with autocomplete, fts, icu, json, parquet and tpch. Change-Id: Ibac5efaeec04dcba98af1c497e75632166941fc2
* gnu: erlang: Update to 27.1.3.Igor Goryachev2024-12-09
| | | | | | | * gnu/packages/erlang.scm (erlang): Update to 27.1.3. Change-Id: Ia9689daef8ac28f5d415ec03e790da566c15ccc3 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: pkgconf: Update to 2.3.0.Zheng Junjie2024-12-09
| | | | | | | * gnu/packages/pkg-config.scm (pkgconf): Update to 2.3.0. Change-Id: Ifaed690166dd3461161594a94146638eb872bb20 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: monado: Update to 24.0.0.Zheng Junjie2024-12-09
| | | | | | | | | | * gnu/packages/graphics.scm (monado): Update to 24.0.0. [source]: Switch to git-fetch. [build-system]: Switch to cmake-build-system. [arguments]: Remove configure-flags. Change-Id: Iba340dd539de40235e0f67b97ddf2b646296b883 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: ccls: Update to 0.20241108.Zheng Junjie2024-12-09
| | | | | | | * gnu/packages/cpp.scm (ccls): Update to 0.20241108. Change-Id: I67ba31ec4486371334968553acf66144524531ab Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: guile-emacs: Update home-page.Janneke Nieuwenhuizen2024-12-08
| | | | | | * gnu/packages/emacs.scm (guile-emacs)[home-page]: New field. Change-Id: Icd092c0d1762f2a5853e2e77d21f50d47fcf8a41
* gnu: hyprland: Update to 0.45.2.John Kehayias2024-12-08
| | | | | | * gnu/packages/wm.scm (hyprland): Update to 0.45.2. Change-Id: Ib93355a3381316fa8c1f5eddf61a01c80b21ebd7
* gnu: python-gphoto2: Update to 2.5.0.John Kehayias2024-12-08
| | | | | | | * gnu/packages/python-xyz.scm (python-gphoto2): Update to 2.5.0. [license]: Change to lgpl3+ (upstream changed in version 2.4.0). Change-Id: Ib15737ded100458c955652ee2c075a12016d0689
* gnu: guile-emacs: Support running emacs from the store.Janneke Nieuwenhuizen2024-12-08
| | | | | | | | * gnu/packages/emacs.scm (guile-emacs)[argumets]: Replace stage "wrap-emacs-paths" to restrict EMACSLOADPATH. [native-search-paths]: Remove. Change-Id: Ie2c222a53a5bd79b1a8a0b8424a90e6e06b77fb9
* gnu: daikichi: Update to 0.3.1.Liliana Marie Prikler2024-12-08
| | | | * gnu/packages/toys.scm (daikichi): Update to 0.3.1.
* gnu: emacs-lsp-java: Update to 3.1-1.4909c14Rostislav Svoboda2024-12-08
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-lsp-java): Update to 3.1-1.4909c14. Change-Id: I16eb365d0fd7b14cd2bdf837c009c931e01ca607 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: python-clinguin: Update to 2.1.1.Liliana Marie Prikler2024-12-08
| | | | | | * gnu/packages/potassco.scm (python-clinguin): Update to 2.1.1. [source]: Adjust snippet accordingly. [inputs]: Add python-clingo-dl and python-clingexplaid.
* gnu: python-clinguin: Fix homepage.Liliana Marie Prikler2024-12-08
| | | | | * gnu/packages/potassco.scm (python-clinguin)[home-page]: Use “https://github.com/potassco/clinguin”.
* gnu: Add python-clingexplaid.Liliana Marie Prikler2024-12-08
| | | | * gnu/packages/potassco.scm (python-clingexplaid): New variable.
* gnu: python-asyncssh: Update to 2.18.0.Sharlatan Hellseher2024-12-08
| | | | | | * gnu/packages/ssh.scm (python-asyncssh): Update to 2.18.0. Change-Id: I03ac3759e90261219e2f90dcc668c7af019a957b
* gnu: python-asyncssh: Improve package style.Sharlatan Hellseher2024-12-08
| | | | | | | | | | | | | * gnu/packages/ssh.scm: Add pyproject-build-system. (python-asyncssh): Use G-expressions and new package style. [build-system]: Swap to pyrpoject-build-system. [arguments]<test-flags>: Move skip test logic here. <phases>: Remove 'disable-tests, add 'pre-check. [native-inputs]: Apply list style and sort alphabetically. Add python-setuptools, and python-wheel. [propagated-inputs]: Apply list style and sort alphabetically. Change-Id: I021361c3667f60b60fc137380800646f10f2cd05
* gnu: python-asyncssh: Disable flaky connection tests.Roman Scherer2024-12-08
| | | | | | | * gnu/packages/ssh.scm (python-asyncssh): Disable flaky connection tests. Change-Id: If99cc686679fd2c731f3d66a85abe23eff6f1234 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: guile-emacs: Remove hardcoded version from EMACSLOADPATH.Janneke Nieuwenhuizen2024-12-08
| | | | | | | | | After a question by lilyp via IRC. * gnu/packages/emacs.scm (guile-emacs): Add "upstream-version" to outer let. [native-search-paths]: Use that for EMACSLOADPATH and add a comment. Change-Id: Ie2c222a53a5bd79b1a8a0b8424a90e6e06b77fb9
* gnu: Add rust-cdshealpix-0.7.Sharlatan Hellseher2024-12-08
| | | | | | | * gnu/packages/crates-io.scm (rust-cdshealpix-0.7): New variable. Change-Id: Iefc7ee7018725e3072bf7696445aab20f6f9bd32 Reviewed-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-katex-doc-0.1.Sharlatan Hellseher2024-12-08
| | | | | | | * gnu/packages/crates-io.scm (rust-katex-doc-0.1): New variable. Change-Id: I62b79193b8b7764bffeb0dba23e110a34a705416 Reviewed-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-mapproj-0.3.Sharlatan Hellseher2024-12-08
| | | | | | | * gnu/packages/crates-io.scm (rust-mapproj-0.3): New variable. Change-Id: Idf2f2cf69fdd38c7246fa49fdd61ffff450b891d Reviewed-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-stc-s-0.1.Sharlatan Hellseher2024-12-08
| | | | | | | * gnu/packages/crates-io.scm (rust-stc-s-0.1): New variable. Change-Id: Ic6cb2c8f598219126a1d55ed979f42f0cca3e524 Reviewed-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add grimblast.Hilton Chain2024-12-08
| | | | | | * gnu/packages/wm.scm (grimblast): New variable. Change-Id: I38d8e0ff92e8724cec64d37d036ff307c96a2cc0
* gnu: Add hyprpicker.Hilton Chain2024-12-08
| | | | | | * gnu/packages/wm.scm (hyprpicker): New variable. Change-Id: I09cfc8b465ca0ac5d4dcbae34f680e80c74fd56f
* gnu: Add xdg-desktop-portal-hyprland.Ryan Schanzenbacher2024-12-08
| | | | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-hyprland): New variable. Co-authored-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Hilton Chain <hako@ultrarare.space> Change-Id: If8c413319b089ed5d8d75aa0503f886a81697278
* gnu: Add hyprland.Hilton Chain2024-12-08
| | | | | | * gnu/packages/wm.scm (hyprland): New variable. Change-Id: Idffb9309f61f30c5523e69bb6313162cff87b275
* gnu: Add aquamarine.John Kehayias2024-12-08
| | | | | | | | * gnu/packages/wm.scm (aquamarine): New variable. Modified-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Hilton Chain <hako@ultrarare.space> Change-Id: Ibf62dd86d8dd336a4552d767dc0c235db5e57106
* gnu: Add hyprcursor.Hilton Chain2024-12-08
| | | | | | * gnu/packages/wm.scm (hyprcursor): New variable. Change-Id: I3e753cbaf75244adca65f0478cabd10c89af4286
* gnu: Add hyprlang.Hilton Chain2024-12-08
| | | | | | * gnu/packages/wm.scm (hyprlang): New variable. Change-Id: Ie585412bd26bff2c5949ed3aef15c37f6958dc0b
* gnu: Add hyprland-protocols.Hilton Chain2024-12-08
| | | | | | * gnu/packages/wm.scm (hyprland-protocols): New variable. Change-Id: If986f2b5f8c0070807484e60431bb4c47f901edc
* gnu: Add hyprwayland-scanner.Hilton Chain2024-12-08
| | | | | | * gnu/packages/wm.scm (hyprwayland-scanner): New variable. Change-Id: I492006356e3abc68609d6c73738a0dfd3b15681c
* gnu: Add hyprutils.John Kehayias2024-12-08
| | | | | | | | * gnu/packages/wm.scm (hyprutils): New variable. Modified-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Hilton Chain <hako@ultrarare.space> Change-Id: Ife120a7c2d66b7189a3116f8dbcb53be8dafd58e
* gnu: Add udis86.Hilton Chain2024-12-08
| | | | | | * gnu/packages/engineering.scm (udis86): New variable. Change-Id: I95d6e1dc6dbd07812377633a3290eea9b8102456