Age | Commit message (Expand) | Author |
2023-12-02 | gnu: guix: Update to 1.4.0-16.aeb494322c....* gnu/packages/package-management.scm (guix): Update to 1.4.0-16.aeb494322c.
Change-Id: Iae1af05094a1a589096a77ed61cf11dcec50f7a8
| Janneke Nieuwenhuizen |
2023-12-02 | gnu: d-tools: Update to 2.105.3....The previous version 2.100 was failing in `check` due to changes to the Phobos stdlib
* gnu/packages/dlang.scm (d-tools): Update to 2.105.3.
Change-Id: Id9e4580d555c735fb0eebe880928ef2f558f959e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hugo Nobrega |
2023-12-02 | gnu: Add python-scikit-learn-extra....* gnu/packages/machine-learning.scm (python-scikit-learn-extra): New variable.
Change-Id: I50992ceaa76608f3345df6d74a5d9e4aa7c485a5
gnu/packages/machine-learning.scm | 41 +++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timothee Mathieu |
2023-12-02 | gnu: python-pythonanywhere: Update to 0.12.1...* gnu/packages/python-xyz.scm (python-pythonanywhere): Update to 0.12.1
Change-Id: I3436ed7fbbe3e3dae2c5e47fa1c96cc0fd750f76
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Filip Lajszczak |
2023-12-02 | gnu: igraph: Update to 0.10.7....* gnu/packages/graph.scm (igraph): Update to 0.10.7.
[source]: Use git-fetch. Apply patch.
<snippet>: Remove the entire "vendor" and "src/isomorphism/bliss" directories.
Patch CMakeLists.txt to not build and use vendored dependencies.
[arguments]: Add -DIGRAPH_INTEGER_SIZE=64 to #:configure-flags. Add phases to
use unbundled libraries and build documentation.
[native-inputs]: Add bison, docbook-xml-4.3, docbook-xsl, flex, pcg-c, python,
source-highlight and xmlto.
[inputs]: Remove gmp and libxml2. Add bliss and suitesparse-cxsparse.
* gnu/packages/patches/igraph-fix-varargs-integer-size.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| David Elsing |
2023-12-02 | gnu: Add pcg-c....* gnu/packages/c.scm (pcg-c): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| David Elsing |
2023-12-02 | gnu: Use ‘libc-utf8-locales-for-target’....* guix/packages.scm (%standard-patch-inputs): Use
‘libc-utf8-locales-for-target’ instead of ‘glibc-utf8-locales’.
* guix/self.scm (%packages): Likewise.
* gnu/home/services/ssh.scm (file-join): Likewise
* gnu/installer.scm (build-compiled-file): Likewise.
* gnu/packages/chromium.scm (ungoogled-chromium/wayland): Likewise.
* gnu/packages/gnome.scm (libgweather4, tracker): Likewise.
* gnu/packages/javascript.scm (js-mathjax): Likewise.
* gnu/packages/package-management.scm (guix, flatpak): Likewise.
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader): Likewise.
* gnu/packages/suckless.scm (svkbd): Likewise.
* gnu/services.scm (cleanup-gexp): Likewise.
* gnu/services/base.scm (guix-publish-shepherd-service): Likewise.
* gnu/services/guix.scm (guix-build-coordinator-shepherd-services)
(guix-build-coordinator-agent-shepherd-services): Likewise.
* gnu/services/guix.scm (guix-build-coordinator-queue-builds-shepherd-services):
(guix-data-service-shepherd-services)
(nar-herder-shepherd-services)
(bffe-shepherd-services): Likewise.
* gnu/services/web.scm (anonip-shepherd-service)
(mumi-shepherd-services): Likewise.
* gnu/system/image.scm (system-disk-image, system-iso9660-image)
(system-docker-image, system-tarball-image): Likewise.
* gnu/system/install.scm (%installation-services): Likewise.
* guix/profiles.scm (info-dir-file): Likewise.
(ca-certificate-bundle, profile-derivation): Likewise.
* guix/scripts/pack.scm (store-database, set-utf8-locale): Likewise.
* tests/pack.scm: Likewise.
* tests/profiles.scm ("profile-derivation, cross-compilation"):
Likewise.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Co-authored-by: Christopher Baines <mail@cbaines.net>
Change-Id: I24239f427bcc930c29d2ba5d00dc615960a6c374
| Janneke Nieuwenhuizen |
2023-12-02 | gnu: Add ‘libc-locales-for-target’ and related....Partly fixes <https://issues.guix.gnu.org/66472>.
This is a followup to 95ea1277ae2ebd278bdb51a7887f5ba1116fbc64.
* gnu/packages/base.scm (glibc-locales/hurd): New variable
(libc-locales-for-target): Use it in new procedure.
(libc-utf8-locales-for-target): New procedure.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I16e187fcc65a5d4a3b065066b45ef9e45d1875f6
| Janneke Nieuwenhuizen |
2023-12-02 | gnu: mes: Update to 0.25.1....* gnu/packages/mes.scm (mes): Update to 0.25.1.
(supported-systems): Remove aarch64-linux (building on aarch64-linux is only
"supported" using armhf-linux compatibility).
Change-Id: I97a95c1e246d5698db6d78f845a188826817f3be
| Janneke Nieuwenhuizen |
2023-12-02 | gnu: mescc-tools: Update to 1.5.2....* guix/git/mes.scm (mescc-tools): Update to 1.5.2.
(arguments): Remove `patch-Kaem/test.sh' phase.
Change-Id: I47d7f3159a1e6395ffbb9141147c9cbf0676f22b
| Janneke Nieuwenhuizen |
2023-12-02 | gnu: python-sphinx-prompt: Fix tests....docutils>=0.19 broke the tests, which upstream fixed in a newer
commit. Cherry-pick it.
* gnu/packages/patches/python-sphinx-prompt-docutils-0.19.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/sphinx.scm (python-sphinx-prompt)[origin]: Use it.
Change-Id: I597387a35e6a1da01063b4812e0f919788a13b54
| Lars-Dominik Braun |
2023-12-01 | gnu: emacs-magit: Update to 3.3.0-7.dda332b....* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-7.dda332b.
Copyright-paperwork-exempt: Yes
Change-Id: Icb119958ec806f96ebe18567492a9611c56572e1
Signed-off-by: Andrew Tropin <andrew@trop.in>
| Bruno Victal |
2023-12-01 | nls: Update translations....* po/guix/ca.po: New file.
* po/guix/LINGUAS: Add ca.$
Change-Id: Ibae3f58ba702d7c5a4fafdd59a19f70aa8e18212
| Florian Pelz |
2023-11-30 | gnu: guile-hoot: Update to 0.2.0....* gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.2.0.
Change-Id: I3bf5f457ef2359588889962ab3bbbc2d47b4a022
| David Thompson |
2023-11-30 | gnu: Add ecl-prompter....* gnu/packages/lisp-xyz.scm (ecl-prompter): New variable.
Change-Id: Ia109971456a95333d0867135f0ece141848ecfe6
| Guillaume Le Vaillant |
2023-11-30 | gnu: cl-prompter: Update to 0.1.1....* gnu/packages/lisp-xyz.scm (sbcl-prompter): Update to 0.1.1.
[source]: Remove snippet.
[native-inputs]: Remove sbcl-nasdf.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Ie339db2ff722b72f93c15c74e76aeaaf17f3ce7d
| Andre A. Gomes |
2023-11-30 | gnu: cl-nhooks: Update to 1.2.2....* gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.2.2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I14760fb557e81f503faaac0f73051412f718ca0b
| Andre A. Gomes |
2023-11-30 | gnu: cl-nsymbols: Update to 0.3.2....* gnu/packages/lisp-xyz.scm (sbcl-nsymbols): Update to 0.3.2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Id3c69fd3fe2bcb2fabe38e894c0714f374cf55e9
| Andre A. Gomes |
2023-11-30 | gnu: cl-njson: Update to 1.2.2....* gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.2.2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I06ad8fa6b7511d8d6016037ce04e544cc5ed1f02
| Andre A. Gomes |
2023-11-30 | gnu: cl-nfiles: Update to 1.1.4....* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 1.1.4.
[source]: Remove snippet.
[native-inputs]: Remove sbcl-nasdf.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I58bf9d91f7d0189ebcb09ead0cc9c0bdb2aa5d23
| Andre A. Gomes |
2023-11-30 | gnu: cl-nclasses: Update to 0.6.1....* gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.6.1.
[source]: Remove snippet.
[native-inputs]: Remove sbcl-nasdf.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I3eb1af6081d68f7426990d9795cff10e6b12a496
| Andre A. Gomes |
2023-11-30 | gnu: cl-history-tree: Update to 0.1.2....* gnu/packages/lisp-xyz.scm (sbcl-history-tree): Update to 0.1.2.
[source]: Remove snippet.
[native-inputs]: Remove sbcl-nasdf.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Iec4932caed1f05266196a4216fef0bbe1ceb67f9
| Andre A. Gomes |
2023-11-30 | gnu: cl-nkeymaps: Update to 1.1.1....* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.1.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Id02e612c03ceefb4ce6532f569c73f58a50c9777
| Andre A. Gomes |
2023-11-30 | gnu: txr: Update to 292....* gnu/packages/lisp.scm (txr): Update to 292.
Change-Id: I7fb2e2c5ea40954d45eb80d36fb0db4f6f45c4c7
| Guillaume Le Vaillant |
2023-11-30 | gnu: libclc: Update to 15.0.7....* gnu/packages/llvm.scm (libclc): Update to 15.0.7.
[source]: Use the llvm-monorepo.
[arguments]: Remove configure-flag for python, add one for llvm-spirv.
Add a phase to skip 2 tests. Remove trailing #t from phases.
[propagated-inputs]: Add spirv-llvm-translator, spirv-tools.
[native-inputs]: Replace clang-9 with 15, llvm-9 with 15.
[properties]: Add release-monitoring-url.
Change-Id: I06e2e7be0dc5733a2cc17429928b1761ab987906
| Efraim Flashner |
2023-11-30 | gnu: Add spirv-llvm-translator....* gnu/packages/vulkan.scm (spirv-llvm-translator): New variable.
Change-Id: I9e447b7d69c7fdf620854362ca8aa98a2dfa1c87
| Efraim Flashner |
2023-11-30 | gnu: Add plasp....* gnu/packages/patches/plasp-fix-normalization.patch: New file.
* gnu/packages/patches/plasp-include-iostream.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them here.
* gnu/packages/potassoc.scm (plasp): New variable.
Change-Id: I0d8d64153b180a7d1d8d81888f843458efdf5e51
| Liliana Marie Prikler |
2023-11-30 | gnu: Add mapbox-variant....* gnu/packages/cpp.scm (mapbox-variant): New variable.
Change-Id: Id84b35d97d73fcf1c116ddca844bc75ada627b55
| Liliana Marie Prikler |
2023-11-30 | gnu: guix: Update to 1.4.0-15.e0885fcfbb....* gnu/packages/package-management.scm (guix): Update to 1.4.0-15.e0885fcfbb.
Change-Id: I3a3f1512650389f9cd3edbd47c1aaf4a2410daff
| Janneke Nieuwenhuizen |
2023-11-30 | gnu: curl: Skip failing test on the Hurd....* gnu/packages/curl.scm (curl)[arguments]: When building natively on the Hurd,
also skip test 564.
Change-Id: I265049b70c6255f075a98b1a385d40d9dd84badf
| Janneke Nieuwenhuizen |
2023-11-29 | gnu: go-gotest-tools-internal-source: Skip tests with gccgo....* gnu/packages/golang.scm (go-gotest-tools-internal-source)[arguments]:
When building with gccgo skip the test suite.
Change-Id: Ibe3569d9449321dd13ac7691273644d83f8fb38b
| Efraim Flashner |
2023-11-29 | gnu: docker-libnetwork-cmd-proxy: Skip tests on most architectures....* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy)[arguments]: Skip
the tests unless building on x86_64-linux and not cross-building.
Change-Id: I35028bd728920840370fe641240053baa3a4585f
| Efraim Flashner |
2023-11-28 | gnu: guile-next: Update to commit d8df317....* gnu/packages/guile.scm (guile-next): Update to commit d8df317.
Change-Id: I80efe5221183f694f3e7ff85232dcce136a30ccb
| David Thompson |
2023-11-28 | gnu: php: Skip some tests on powerpc-linux....* gnu/packages/php.scm (php)[arguments]: Adjust the 'prepare-tests phase
to skip some failing tests when building for powerpc-linux.
Change-Id: I6dd496c8b6851a06386049dca6aa0e2273e4029e
| Efraim Flashner |
2023-11-28 | gnu: go-netlink: Skip test suite....* gnu/packages/linux.scm (go-netlink)[arguments]: Disable tests.
Change-Id: Ifd86f8c800583d1feb9ae4f176f6981fe3d275be
| Efraim Flashner |
2023-11-28 | gnu: xorg-server: Update to 21.1.9 [security fixes]....Fixes CVE-2023-5367 and CVE-2023-5380. See the X.Org security advisory
<https://lists.x.org/archives/xorg/2023-October/003430.html> for more
information.
* gnu/packages/xorg.scm (xorg-server): Update to 21.1.9.
Change-Id: I5786210cf1e5de4d603155fbbd076763e7ae3447
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Kaelyn Takata |
2023-11-27 | Merge branch 'mesa-updates'...Change-Id: I31c26c11dd3a7838a1f70ceb250e54a1574eb580
| John Kehayias |
2023-11-27 | gnu: php: Add another test to the skip-test list....* gnu/packages/php.scm (php)[arguments]: Add a test which fails on
multiple architectures to the list skipped by all architectures.
Change-Id: I3c55179381ff4cf3e22db5d3ededf60d2a3d9d73
| Efraim Flashner |
2023-11-27 | gnu: php: Combine skipped tests per arch code....* gnu/packages/php.scm (php)[arguments]: In 'prepare-tests phase combine
the code used for skipping a few tests per architecture into one
grouping.
Change-Id: I275099dcc2b1f003ec48a72b910d4cfd579d9628
| Efraim Flashner |
2023-11-27 | gnu: php: Update to 8.2.13....* gnu/packages/php.scm (php): Update to 8.2.13.
[source]: Remove patch.
[arguments]: Adjust the 'prepare-tests phase to skip fewer tests.
[inputs]: Replace openssl-1.1 with openssl.
* gnu/packages/patches/php-fix-streams-copy-length.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: I29892deda457fdbaa6dd5e01515e97583951836d
| Efraim Flashner |
2023-11-26 | Merge branch 'master' into mesa-updates...Change-Id: Ide02272218e76dfae6dc9f8748871c8d61704260
| John Kehayias |
2023-11-26 | gnu: ucsim: Update to 0.8.2....* gnu/packages/embedded.scm (ucsim): Update to 0.8.2.
Change-Id: Id1a18ef918b28b75311a01f512a3bbfdb545cd41
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| 宋文武 |
2023-11-26 | gnu: fftw: Update to 3.3.10...* gnu/packages/algebra.scm (fftw): Update to 3.3.10
Change-Id: Icd6e199aa4e863f0d5c0883326a02e2991b811d3
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| mtekman |
2023-11-26 | gnu: qpwgraph: Update to 0.6.0....* gnu/packages/audio.scm (qpwgraph): Update to 0.6.0.
Change-Id: Ib9a20a12f8f4516e8e61340f962536a94a2a81dc
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Juliana Sims |
2023-11-26 | gnu: diffoscope: Update to 252....* gnu/packages/diffoscope.scm (diffoscope): Update to 252.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vagrant Cascadian |
2023-11-26 | gnu: Add guile-algorithms...Guile port of racket-algorithms
* gnu/packages/guile-xyz.scm (guile-algorithms): New variable.
Change-Id: I53e5b130f96ce10e52622fcdb35b9d0bbe28b108
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Filip Lajszczak |
2023-11-26 | gnu: Add vim-jedi-vim....* gnu/packages/vim.scm (vim-jedi-vim): New variable.
Change-Id: I2656837686866961266b093cd6b4a4d528f5f684
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Nguyễn Gia Phong |
2023-11-26 | gnu: Add vim-srcery-vim....* gnu/packages/vim.scm (vim-srcery-vim): New variable.
Change-Id: If53bdae6783af5500f517c4941babb3bdb6522e7
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Nguyễn Gia Phong |
2023-11-26 | gnu: parallel: Update to 20231122....* gnu/packages/parallel.scm (parallel): Update to 20231122.
Change-Id: Ia4a42fee8ce484845801b6e738a85f67169fae79
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Andy Tai |
2023-11-26 | gnu: vim-coqtail: Use vim-build-system....* gnu/packages/vim.scm (vim-coqtail)[build-system]: Switch to the
vim-build-system.
[arguments]: Remove install-plan. Add plugin-name. Adjust custom
'check phase to refer to vim-full.
[native-inputs]: Use 'old-style' package references to be able to
specify vim-full.
Change-Id: Iae3877738032a5583320245f63775f187c40fb6a
| Efraim Flashner |