Commit graph

144645 commits

Author SHA1 Message Date
Matthias Riße
179e45bada
gnu: Add ghc-servant-client.
* gnu/packages/haskell-xyz.scm (ghc-servant-client): New variable.

Change-Id: I293433a3a5d184a4a015bc16d509e7b5a5ce7991
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2024-11-30 13:53:12 +01:00
Matthias Riße
5fd105bf28
gnu: Add ghc-servant-client-core.
* gnu/packages/haskell-xyz.scm (ghc-servant-client-core): New variable.

Change-Id: I26373f05da6fdba95b7791959e18e6577c3f5f37
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2024-11-30 13:53:12 +01:00
Matthias Riße
0fe8772269
gnu: Add ghc-tdigest.
* gnu/packages/haskell-xyz.scm (ghc-tdigest): New variable.

Change-Id: If4fdd492a103de94c30eab6f1399d77bee7ddc1a
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2024-11-30 13:53:12 +01:00
Florian Pelz
4a2c74b951
nls: Update translations.
Change-Id: I2a2bdebc95c696b5040dd3fdb3f59dbef42d9e98
2024-11-30 10:04:16 +01:00
Florian Pelz
4bd3f5292d
doc: Fix typos.
* doc/guix.texi (origin Reference): Add missing ‘the’.
(Mail Services): Fix spelling.

Change-Id: I1ef06207b782a514d26a8f42a3d78de44b3d3f2a
2024-11-29 17:51:54 +01:00
Lars Bilke
f129a6cc59
gnu: petsc: Remove store references on make and gcc.
Reduces closure size from 970 MB to around 700 MB for petsc-openmpi
package and also makes `guix pack` packages containing petsc
bit-reproducible (by removing make it removes implicit guile
dependency).

* gnu/packages/maths.scm (petsc)[arguments]: Add patterns in
’clean-local-references’ and ‘clear-reference-to-compiler’.

Change-Id: I465c325b152b09befdb746e5bc47fbeaf9a061dc
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-29 15:45:19 +01:00
Lars Bilke
7ec33a1cc3
gnu: petsc: Remove arch version from uname output.
Enables reproducible building on machines with have a different
arch-suffix in uname output, e.g.:

Machine·characteristics:·Linux-x.x.x-arch1-1-x86_64-with-glibc2.39

vs.

Machine·characteristics:·Linux-x.x.x-arch2-1-x86_64-with-glibc2.39

Will become

Machine·characteristics:·Linux-x.x.x-archx-x-x86_64-with-glibc2.39

* gnu/packages/maths.scm (petsc)[arguments]: Adjust machine regexp in
‘clean-local-references’.

Change-Id: Icc37a298c0c2d16e96f2c8eaf5aa4781cc4e5ac4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-29 15:45:19 +01:00
8dcc
0ed38f3d9f
gnu: fonts: Add font-dina.
* gnu/packages/fonts.scm (font-dina): New variable.

Change-Id: I10f63e17754227145d72b1fc3380a532d74cef55
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-29 15:45:18 +01:00
Julian Flake
71fbfc696b
gnu: geteltorito: Update to d6c7ba0; use new home page and origin URI.
* gnu/packages/cdrom.scm (geteltorito): Update to d6c7ba0.
[home-page]: Use new URI.
[arguments]: In ‘install’ phase, rename Perl script and make it
executable.

Change-Id: I746acc21d1f8855978bfbf00bef3dd39268bc4b3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-29 15:45:18 +01:00
Tomas Volf
350be583d4
.dir-locals.el: Configure indentation for home-environment.
* .dir-locals.el (scheme-mode): Indent home-environment same as
operating-system.

Change-Id: Ie2cfa58f02d081c1e331c7d30beb77f0868f5cdd
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-29 15:45:18 +01:00
Sisiutl
f92f6f0a59
gnu: liquidprompt: Patch additional utilities
* gnu/packages/shellutils.scm (liquidprompt)
[inputs]: Add coreutils and inetutils.
[arguments]<#:phases>: Replace the paths of more utilites

Change-Id: I84578ca40300a7527a23e5d8c3257d49be911a7b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-29 15:45:18 +01:00
Christopher Baines
94bb6a5a88
gnu: python-pydevd: Use gdb/pinned.
To allow gdb to be updated more easily.

* gnu/packages/python-xyz.scm (python-pydevd)[inputs]: Use gdb/pinned.

Change-Id: Icf417f89933bc190bf4c0d869c199cfe50d463ef
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-29 15:45:18 +01:00
Ekaitz Zarraga
84dc562263
doc: Add "Contributing to Guix's infrastructure".
Use the "Call for contribution to the Guix infrastructure" by Ludovic
Courtès to create a section in the documentation that describes how to
contribute to the infrastructure.

https://lists.gnu.org/archive/html/guix-devel/2024-05/msg00183.html

* doc/contributing.texi (Contributing to Guix's infrastructure): New
  section.

Change-Id: I3f3a99ad884110cc8323789e8c14bec1f7327e97
2024-11-29 15:30:22 +01:00
Zheng Junjie
c542139208
gnu: xorgxrdp: Switch to git source.
* gnu/packages/rdesktop.scm (xorgxrdp)[source]: Switch to git-fetch.
[native-inputs]: Add autoconf, automake and libtool.

Change-Id: I6ff0b7f76c750ab932aa3ffd5997c70479644b8d
2024-11-29 17:02:27 +08:00
Andy Tai
5c69f08f2e
gnu: xorgxrdp: Update to 0.10.2.
* gnu/packages/rdesktop.scm (xorgxrdp): Update to 0.10.2.

Change-Id: I7b25ac3b5aba0ae44729db5d83b7280f2ae33c55
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-29 12:47:44 +08:00
Andy Tai
40ab9e8495
gnu: xrdp: Update to 0.10.1.
* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.1.

Change-Id: I876d2ba9deeaed721c7300537221848f4392b2d0
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-29 12:46:57 +08:00
Andy Tai
1370301250
gnu: wget2: Update to 2.2.0.
* gnu/packages/wget.scm (wget2): Update to 2.2.0.

Change-Id: Id077c964480f1f107bacb33fbe9b98239f9abeba
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-29 11:53:39 +08:00
Mark H Weaver
634b1e3f42
gnu: icecat: Update to 115.18.0-guix2 [security fixes].
Includes fixes for CVE-2024-11692, CVE-2024-11693, and CVE-2024-11697.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit and hash.
2024-11-28 17:52:11 -05:00
Sharlatan Hellseher
cf16dcb95f
gnu: go-chroma: Inherit from library.
Reported by Saku Laesvuori <saku@laesvuori.fi> in #74588.

* gnu/packages/golang-xyz.scm (go-chroma): Inherit from
go-github-com-alecthomas-chroma-v2.
[arguments]: Set <unpack-path> and <import-path> to build the binary.
[native-inputs]: Remove go-github-com-alecthomas-chroma-v2.

Change-Id: Iaa48b2880843e9df6a35b534578080c91c24d2a5
2024-11-28 22:42:16 +00:00
Ekaitz Zarraga
294386674c
import: egg: Fix recursive imports.
Fixes #74565.

* guix/import/egg.scm (egg-recursive-import) <#:repo->guix-package>: Add
`#:allow-other-keys`.

Change-Id: I97ad2d1aaf664c8dc18965eb2a497aa0a76062d7
2024-11-28 19:44:54 +01:00
Christopher Baines
369d2698b0
gnu: guix-data-service: Update to 0.0.1-55.64aeeff.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-55.64aeeff.

Change-Id: I9fa8f3f2d92aa136344e81ce9a62c82b43f0d113
2024-11-28 13:13:47 +00:00
Andy Tai
cf74986eec
gnu: xpra: Update to 6.2.1.
* gnu/packages/xorg.scm (xpra): Update to 6.2.1.

Change-Id: I7ab505cddd5aae59aea29f7c980a6d1ea4154bdb
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-28 16:57:39 +08:00
Ashish SHUKLA
3c822126be
gnu: snac: Update to 2.65.
* gnu/packages/fediverse.scm (snac2): Update to 2.65.

Change-Id: Ie61958a9e31e8131e29bd9327730daa74b7bc4e7
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-28 16:47:50 +08:00
kiasoc5
bce906d573
gnu: kernel-hardening-checker: Update to 0.6.10.
* gnu/packages/linux.scm (kernel-hardening-checker): Update to 0.6.10.

Change-Id: If3327fd8519ff50800fc653e1ddbddd5c6c21565
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-28 16:45:16 +08:00
kiasoc5
faf8ba9b43
gnu: mpv: Update to 0.39.0.
* gnu/packages/video.scm (mpv): Update to 0.39.0.

Change-Id: I2de5b9c58c414d2d5dae570ca47133bff0c9c639
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-28 14:45:22 +08:00
Andy Tai
33670e56ed
gnu: parallel: Update to 20241122.
* gnu/packages/parallel.scm (parallel): Update to 20241122.

Change-Id: I4fc8e093131aa6e4950d26d8c53ed51415e4033e
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-28 14:43:08 +08:00
Ashish SHUKLA
4b39db3c38
gnu: wolfssl: Update to 5.7.4.
* gnu/packages/tls.scm (wolfssl): Update to 5.7.4.

Change-Id: I1438599e3febd71e50ae690f168b7bf12896223a
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-28 14:19:50 +08:00
David Pflug
76c69bb07a
gnu: nethogs: Update to 0.8.8.
* gnu/packages/networking.scm (nethogs): Update to 0.8.8.

Change-Id: I68e127f52b731ebed5470d4372bc3956ddc073af
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-28 14:12:17 +08:00
Ashish SHUKLA
79dfe6bed5
gnu: wabt: Update to 1.0.36.
* gnu/packages/web.scm (wabt): Update to 1.0.36.

Change-Id: Icbc5466b8f9780cf889cf2d9d41e25ffab415085
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-28 14:12:14 +08:00
Kaelyn Takata
dd4b96e72c
gnu: xorg-server: Update to 21.1.14 [security fixes].
This fixes CVE-2024-9632.

* gnu/packages/xorg.scm (xorg-server): Update to 21.1.14.

Change-Id: I35fdd57991eef89fe339a0f79d361e05985187ce
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-11-28 00:07:43 -05:00
Leo Famulari
8a28ba7612
gnu: Add flacon.
* gnu/packages/music.scm (flacon): New variable.

Change-Id: Id94a350e8650689d8dc48b55af36ac3ad4e1402f
2024-11-27 19:01:19 -05:00
Leo Famulari
e1d1fd5ab8
gnu: cbonsai: Update to 1.3.1-0.50fe627.
This fixes some minor bugs in the program.

* gnu/packages/toys.scm (cbonsai): Update to 1.3.1-0.50fe627.

Change-Id: I6f08288d70e496b6cd9a7acba5a19d0a88389872
2024-11-27 19:01:18 -05:00
Efraim Flashner
892cfdeffb
gnu: umockdev: Fix build with newer meson.
* gnu/packages/check.scm (umockdev)[arguments]: Add a phase to not error
on unused-variables from the code generated by vala.

Change-Id: I614304dcac9065f4299004e9e4e458d71d308e44
2024-11-27 21:16:28 +02:00
Efraim Flashner
050407b473
gnu: vim: Update to 9.1.0889.
* gnu/packages/vim.scm (vim): Update to 9.1.0889.
[arguments]: Adjust the custom 'skip-or-fix-failing-tests to skip
another test.

Change-Id: I82806677bd9e33c6e683e3befb563631b4947cbe
2024-11-27 18:14:28 +02:00
Konrad Hinsen
c6d15cf27a
gnu: cl-common-lisp-jupyter: Update to 1.0.
* gnu/packages/lisp-xyz.scm (sbcl-common-lisp-jupyter): Update to 1.0.
  [inputs]: Remove sbcl-iterate, sbcl-static-vectors, sbcl-trivial-garbage and
  sbcl-trivial-gray-streams. Add sbcl-nontrivial-gray-streams and
  sbcl-trivial-features.

Change-Id: I02696141b8e731eadf1f83567d4105d6de938e89
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-11-27 13:54:19 +01:00
Konrad Hinsen
e8c97021ce
gnu: Add cl-nontrivial-gray-streams.
* gnu/packages/lisp-xyz.scm (cl-nontrivial-gray-streams,
  ecl-nontrivial-gray-streams, sbcl-nontrivial-gray-streams):
  New variables.

Change-Id: I1d72e6bf5cb3c67e30d426d7a556de920a68119c
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-11-27 13:38:55 +01:00
Konrad Hinsen
9aa00715d2
gnu: cl-eclector: Update to 0.10.0.
* gnu/packages/lisp-xyz.scm (sbcl-eclector): Update to 0.10.0.

Change-Id: I4e5c76a26dad87d8a5be90bc612208c301e2b576
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-11-27 13:29:53 +01:00
Christopher Baines
e5140eebdf
gnu: nar-herder: Update to 0-38.59d2b8a.
* gnu/packages/package-management.scm (nar-herder): Update to 0-38.59d2b8a.

Change-Id: Ic9405eca7190c8b73086a0db0bbc107fef03bbe6
2024-11-27 11:56:38 +00:00
Christopher Baines
89252ddeac
gnu: guix-build-coordinator: Update to 0-111.037eac0.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-111.037eac0.

Change-Id: I23a0f5e8667d127adfcd43b8ec10c9e0ab34de57
2024-11-27 11:55:28 +00:00
Andreas Enge
0376420e87
gnu: mesa: Use standard meson.
The meson variable now points to version 1.5.2, and meson-1.5 is
not defined.

* gnu/packages/gl.scm (mesa)[arguments]: Remove #:meson.

Change-Id: I2fa5aebdab048ef53488d2976173dab67134471e
2024-11-27 12:43:04 +01:00
Maxim Cournoyer
b74d4f1dfc
gnu: meson: Update to 1.5.2.
* gnu/packages/build-tools.scm (meson): Update to 1.5.2.
(meson-1.5): Delete variable.
* gnu/packages/gnome.scm (gitg) [arguments]: Delete #:meson argument.

Change-Id: Ic8dba9f4d0f52b1ba5761764d5bf4413cc190250
2024-11-27 12:43:04 +01:00
Maxim Cournoyer
1880e94321
build/meson: Enable parallel tests by default.
* guix/build-system/meson.scm (meson-build) <#:parallel-tests?>: Set default
value of argument to #t.

Fixes: https://issues.guix.gnu.org/73135
Change-Id: I0d2c00c610778534a4558c446bf71955581697a1
2024-11-27 12:42:55 +01:00
John Kehayias
cd26d76fed
news: Add entry for the Guix survey.
Note: no associated commit, so took a recent one at the time of this writing.

* etc/news.scm: Add entry.

Co-authored-by: Steve George <steve@futurile.net>
Change-Id: Ia770d3e24bcdd167bf05d84b60151756ffa88f1c
2024-11-27 01:11:15 -05:00
Leo Famulari
ce877a777e
gnu: linux-libre 6.1: Update to 6.1.119.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.119.
(linux-libre-6.1-pristine-source): Update hash.

Change-Id: I4e558776201d17c8bbcdf5d50706118f7cde21bc
2024-11-26 23:21:41 -05:00
Leo Famulari
5a8ee7323e
gnu: linux-libre 6.6: Update to 6.6.63.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.63.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: Ie83d683ba6fbed0fd1e604dd4d2bf58acc7ee77a
2024-11-26 23:21:41 -05:00
Leo Famulari
0f04caa310
gnu: linux-libre: Update to 6.11.10.
* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.10.
(linux-libre-6.11-pristine-source): Update hash.

Change-Id: Ife061065a6c2e7f47c2aae07804a82a3547e9f4b
2024-11-26 23:21:30 -05:00
Artyom V. Poptsov
a2a3264bb3
gnu: go-github-com-charmbracelet-bubbletea: Remove input labels.
* gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea):
[propagated-inputs]: Remove input labels.

Change-Id: If2dc587649c4e44aabf025de915655887d04530c
2024-11-26 21:55:20 +03:00
Mark H Weaver
335f07eb47
gnu: icecat: Update to 115.18.0-guix1 [security fixes].
Includes fixes for CVE-2024-11691 and CVE-2024-11694.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
(icecat-minimal)[native-inputs]: Use version 17 of llvm and clang.
2024-11-26 13:13:50 -05:00
Vincent Legoll
f8979b4bcc
gnu: freecad: Update to 1.0.0.
* gnu/packages/patches/freecad-vtk-9.3.patch: Has been upstreamed, remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/engineering (freecad)[source]: Update to 1.0.0,
  remove patches, add snippet to unbundle some 3rdparty code.
  [native-inputs]: Add c++-gsl.
  [inputs]: Add onsdel-solver, yaml-cpp.
  [configure-flags]: Add some flags.

Change-Id: I3005a3b5cccc8aae4129a49e123fd5ab8293b3f2
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-11-26 15:21:44 +01:00
Vincent Legoll
e11ab2a6e9
gnu: Add ondsel-solver.
* gnu/packages/engineering.scm (ondsel-solver): New variable.

Change-Id: Ie966b13d1ec5351ef8b9f2459780f3da47f96db8
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-11-26 15:21:44 +01:00