Commit Graph

142611 Commits

Author SHA1 Message Date
Hilton Chain via Guix-patches via
8de455132d
gnu: qbittorrent: Update to 4.6.6.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.6.

Change-Id: I494f5f9e531aabdb6ba60ff418f6ba0cf45b46f4
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-06 00:05:53 +08:00
Ahmad Draidi via Guix-patches via
3d852e02f9
gnu: wlroots: Update to 0.17.4.
* gnu/packages/wm.scm (wlroots): Update to 0.17.4.

Change-Id: I4b0f0c1eae71823d9fe7005ace52be862daf8f11
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-06 00:01:38 +08:00
Remco van 't Veer
7d2ced8d6d
gnu: python-gst: Fix build.
* gnu/packages/glib.scm: Add package python-pygobject-3.48.
* gnu/packages/gstreamer.scm (python-gst) [inputs]:
  Use python-pygobject-3.48 to fix tests.

Change-Id: I3038b85db67ff354a6d77708fa4fd7c63aa6732c
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-09-05 19:04:42 +04:00
Ludovic Courtès
993d6d2e7b
gnu: dealii: Update to 9.6.0.
* gnu/packages/maths.scm (dealii): Update to 9.6.0.

Change-Id: I197511908d9ac27dd4ba1356515f1fbf7bafd218
2024-09-05 10:14:25 +02:00
Ludovic Courtès
7e87b95c40
gnu: sundials, sundials-openmpi: Use gexps.
* gnu/packages/maths.scm (sundials)[arguments]: Use gexps and use
‘search-input-file’ rather than ‘assoc-ref’.
(sundials-openmpi)[arguments]: Likewise.

Change-Id: Ife0c2ae3604cf66c90ec4a13fe9242f7fe7d550f
2024-09-05 10:14:25 +02:00
Ludovic Courtès
0fcd05b044
gnu: sundials: Upgrade to 7.1.1.
* gnu/packages/maths.scm (sundials): Update to 7.1.1.
[native-inputs]: Add PKG-CONFIG.
(sundials-openmpi)[arguments]: Pass ‘-DPETSC_INCLUDE_DIRS’ instead of
‘-DPETSC_DIR’.

Change-Id: I750415109d69b53afbcf461dc98b2028af03c35a
2024-09-05 10:14:25 +02:00
Ludovic Courtès
8d5d66887e
gnu: petsc: Make ‘petscvariables’ reproducible.
This is a followup to 31fe177a97.

* gnu/packages/maths.scm (petsc)[arguments]: In
‘clean-local-references’, fix typo in ‘MAKE_NP’ and ‘NPMAX’ regexps.
Substitute ‘MAKE_TEST_NP’ and ‘MAKE_LOAD’ as well.

Change-Id: I41b4279a3cdc4b077fab21f0f99273d0d50ed8e1
2024-09-05 10:14:24 +02:00
Ludovic Courtès
0b6586a223
gnu: python-slepc4py: Update to 3.21.1.
* gnu/packages/maths.scm (python-slepc4py): Update to 3.21.1.
[arguments]: Switch to gexps.  Replace ‘check’ phase.
[native-inputs]: New field.
[inputs]: Remove labels.  Add ‘petsc-openmpi’.

Change-Id: Ib6f1480415ac5128399c32c1974779b67edb5550
2024-09-05 10:14:24 +02:00
Ludovic Courtès
b4a8f5d784
gnu: slepc: Update to 3.21.1.
* gnu/packages/maths.scm (slepc): Update to 3.21.1.

Change-Id: Ib82754c351100de94b57c650a3688747bf706713
2024-09-05 10:14:24 +02:00
Ludovic Courtès
0852461c4f
gnu: python-petsc4py: Update to 3.21.4.
* gnu/packages/maths.scm (python-petsc4py): Update to 3.21.4.
[source](modules, snippet): Remove.
[arguments]: Switch to gexps.  Rename ‘pre-build’ phase to
‘set-PETSC_DIR’.  Replace ‘check’ phase.
[native-inputs]: Switch to ‘python-cython-3’.
[inputs]: Remove labels.

Change-Id: I2d8ef3519f6ffe93ff761ef99c4b8951b6107e1c
2024-09-05 10:14:24 +02:00
Ludovic Courtès
23e62a1529
gnu: petsc: Update to 3.21.4.
* gnu/packages/maths.scm (petsc): Update to 3.21.4.  Update source URL.
[arguments]: Move ‘check’ phase after ‘install’.
[home-page]: Update.

Change-Id: I8e7244ad4f8566119bc259f1dccec9589760a491
2024-09-05 10:14:24 +02:00
Ludovic Courtès
ed1b4f56fc
gnu: hypre: Use gexps.
* gnu/packages/maths.scm (hypre)[arguments]: Use gexps.
(hypre-openmpi)[arguments]: Likewise.

Change-Id: I3064b7606b97076e2fb2947b1fb93319eeb184c9
2024-09-05 10:14:24 +02:00
Ludovic Courtès
6bf70cf9a6
gnu: hypre: Add missing TeX Live dependency.
* gnu/packages/maths.scm (hypre)[native-inputs]: Add TEXLIVE-CHANGEPAGE.

Change-Id: I47592a908e3bda39a182424d4f0c9fd820f0d613
2024-09-05 10:14:24 +02:00
Andrew Tropin
b0e224566f
gnu: libcamera: Disable signature verification.
Signature verification breaks, when libcamera is grafted.  Running built-in
libcamera modules via proxy is not recommended by upstream and not always
work.  We control the build process of all libcamera modules, so to workaround
the issue we disable signature verification.  For more information see:
<https://issues.guix.gnu.org/72828>

* gnu/packages/patches/libcamera-ipa_manager-disable-signature-verification.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/networking.scm (libcamera): Disable signature verification.
[inputs]: Remove gnutls and openssl.
[arguments]: Remove re-sign-binaries phase.
[source]: Add disable-signature patch.

Change-Id: Icf422553c0f49b28d7997a1e818a4b8d9a6b5732
2024-09-05 10:28:45 +04:00
Andrew Tropin
0b95de9b3b
gnu: libcamera: Remove stale boost dependency.
* gnu/packages/networking.scm (libcamera)[inputs]: Boost is not needed
anymore, remove it.

Change-Id: Idd4ce931036298b71e6414a76df37365341ae47d
2024-09-05 10:22:45 +04:00
Igor Goryachev via Guix-patches via
cb7de07a51
gnu: ejabberd: Add inputs and wrap-program phase.
* gnu/packages/messaging.scm (ejabberd): Add inputs and wrap-program phase.

Change-Id: Id8177c54437dca9b98bbd6a237b9a713bc904c84
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-09-05 09:29:52 +04:00
John Kehayias
20b1613484
gnu: python-pygithub: Fix tests.
* gnu/packages/python-xyz.scm (python-pygithub)[native-inputs]: Add
nss-certs-for-test.

Change-Id: Ib0ee6f1c23302adfec3e8d184cc4afff285012e7
2024-09-05 00:37:05 -04:00
André Batista
ed95ddeb1e
gnu: ffmpeg-{5,4,3}: Fix build on i686 with binutils 2.41.
Fixes <https://issues.guix.gnu.org/72917>.

* gnu/packages/video.scm (ffmpeg-5): Replace 'bypass-openal-check
string substitution with one that matches on this and earlier
versions of ffmpeg.
(ffmpeg-4): Inherit package arguments from ffmpeg-5.

Reported-by: Dariqq <dariqq@posteo.net>

Change-Id: Ie5b51a174be45b511757dece369563975e498bac
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-04 19:17:01 +02:00
Andy Tai
13e7bc4e01
gnu: screen: Update to 5.0.0
* gnu/packages/patches/screen-hurd-path-max.patch: Update for screen 5.0.0.
* gnu/packages/screen.scm (screen): Update to 5.0.0.
[arguments]<#:configure-flags: Add "-D_GNU_SOURCE=1" to CFLAGS.
[inputs]: Add linux-pam.

Change-Id: Iebc5eff0128ff7f4d27a22cca1bd4a025aca3244
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-04 19:17:01 +02:00
Ludovic Courtès
49ece68b0b
ui: Clarify that the module is meant for UIs only.
* guix/ui.scm: Add comment.

Suggested-by: Tomas Volf <~@wolfsden.cz>
Change-Id: I203b2e2bfe1b6f94b96054fe61069f20b580fcd6
2024-09-04 19:17:01 +02:00
Ludovic Courtès
94656e2eb0
doc: Add index entries for ‘assume-file-name’ & co.
* doc/guix.texi (G-Expressions): Add index entries for
‘assume-file-name’ and ‘assume-source-relative-file-name’.

Change-Id: Iee51fb09f4cbd32dacf90f03cafca973e8c993f8
2024-09-04 19:17:00 +02:00
Richard Sent
f3ea876895
gexp: Add ‘assume-source-relative-file-name’.
* guix/gexp.scm (assume-source-relative-file-name): New macro.
(local-file): Use assume-source-relative-file-name to look up a non-literal
file relative to the current source directory.
* doc/guix.texi (G-expressions): Document it.
* tests/gexp.scm ("local-file, non-literal source relative file name"):
New test.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I18573c8c7a6c87e8351b34412f9d26bb23b068b4
2024-09-04 19:17:00 +02:00
Nicolas Graves
8da7f4a110
home: services: channels: Remove duplicate channels.
* gnu/home/services/guix.scm
(extend-channel-list): Add function.
(home-channels-service-type)[extend]: Use extend-channel-list.

Change-Id: I587207b86216f075a54b6ed0b8fa998896bbed74
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-04 19:16:53 +02:00
Florian Pelz
95435c4ece
nls: Update translations.
Change-Id: I069e1842da74b39124913fd2defbee6fa47eaa7e
2024-09-04 17:34:49 +02:00
Guillaume Le Vaillant
9a03ab25ba
gnu: python-agate: Fix tests.
* gnu/packages/wireservice.scm (python-agate)[native-inputs]: Add
  '(libc-utf8-locales-for-target)'. Remove labels.
  [propagated-inputs]: Remove labels.

Change-Id: I85c5fba60e96c4e3bd52f82e8cad9c3ed23d5661
2024-09-04 16:56:06 +02:00
Javier Olaechea
0e2c312014
gnu: emacs-rust-mode: Update to 1.0.6.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.6.

Change-Id: I33c565c9835ce6ec08f4a3296d4d7d749038f63c
Signed-off-by: jgart <jgart@dismail.de>
2024-09-04 09:33:48 -05:00
Peter Kannewitz
4053d1afc8
gnu: Add python-gpxpy.
* gnu/packages/python-xyz.scm (python-gpxpy): New variable.

Change-Id: I70a014dfce7bd021833d42da45e857613621aaa8
Signed-off-by: jgart <jgart@dismail.de>
2024-09-04 09:15:14 -05:00
Artyom V. Poptsov
9e89185d58
gnu: autorandr: Use GEXPs.
* gnu/packages/xdisorg.scm (autorandr): Use GEXPs.

Change-Id: I476e29ddff17c0180e8a0eeefe818954364eac71
Signed-off-by: jgart <jgart@dismail.de>
2024-09-04 09:03:12 -05:00
Artyom V. Poptsov
5b8d4074f4
gnu: autorandr: Update to 1.15.
* gnu/packages/xdisorg.scm (autorandr): Update to 1.15.

Change-Id: I663cd9271a426287bbaee9179d75df05bd61c7ad
Signed-off-by: jgart <jgart@dismail.de>
2024-09-04 08:58:25 -05:00
André Batista
97256395df
Add André Batista to team mozilla.
* etc/teams.scm: Define new member.

Change-Id: I34114c8fdbcaa40380e032353945d5e74a369064
Signed-off-by: jgart <jgart@dismail.de>
2024-09-04 08:54:29 -05:00
André Batista
2f7e80102d
etc: teams: Add gnu/packages/librewolf.scm to mozilla team.
* etc/teams.scm (mozilla): Register gnu/packages/librewolf.scm file.
Update team description in order to reflect its broadened scope.

Change-Id: I75dac5d5e76e611aba7e9e55ef99e8279f1e6d9b
Signed-off-by: jgart <jgart@dismail.de>
2024-09-04 08:52:09 -05:00
Janneke Nieuwenhuizen
f42427046b
gnu: dezyne: Resurrect build.
This avoids test failures:
     +guile: warning: failed to install locale

* gnu/packages/dezyne.scm (dezyne)[inputs]: Add libc-utf8-locales-for-target.

Change-Id: I2da63e128e8f990a409b36ffaa38e56029740292
2024-09-04 13:56:17 +02:00
Guillaume Le Vaillant
baf8c5cf80
gnu: glfw-3.4: Fix build.
* gnu/packages/glfw.scm (glfw-3.4)[arguments]: Don't build out of source.

Change-Id: I42437c60f7adbc0b087f7149b17181fbc8eab4ce
2024-09-04 13:18:59 +02:00
Sharlatan Hellseher
4395ed1228
gnu: runc: Add notes to unbundle vendor.
* gnu/packages/virtualization.scm (runc): Source is distributed with
"vendor" containing the full dependence tree which makes them invisible
for other packages.  It needs to be unbundled.

Change-Id: Iffef83832988b05d164a5c5f075bc74bec7a13a0
2024-09-04 10:57:02 +01:00
Ashish SHUKLA
f16e6b3c1e
gnu: runc: Update to 1.1.14 [security fixes].
Fixes CVE-2024-45310.

* gnu/packages/virtualization.scm (runc): Update to 1.1.14.

Change-Id: Ifa1d296cb447124e51d0741fd030535356529847
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-04 10:52:26 +01:00
Sharlatan Hellseher
0214076086
gnu: go-github-com-elliotchance-orderedmap: Remove submodule.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap)
[arguments]<#:phases>: Add 'remove-submodule phase to reduce amount of data
copied to the store, the submodule "v2" is packed separately as it has
it's own go.mod file.
(go-github-com-elliotchance-orderedmap-v2)[arguments]<#:phases>: Delete
'remove-submodule phase.

Change-Id: Ie68ca24752a612864a4c6ca8537949a922528d82
2024-09-04 10:04:10 +01:00
Greg Hogan
5b841a42fb
gnu: go-github-com-elliotchance-orderedmap: Fix tests.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap)
[arguments]<#:phases>: Replace 'check and only run short tests so as to
exclude flaky performance tests.
<#:unpack-path>: Set it, to relax modification in any inherited
packages.
(go-github-com-elliotchance-orderedmap-v2) [arguments]: Swap to
"substitute-keyword-arguments" instead of overwriting after inheritance.

Change-Id: If9fbc5510643f9d5e3ccff09f71e00a9cdfbe92f
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-04 09:41:04 +01:00
Vagrant Cascadian
7fa9df431e
gnu: diffoscope: Update to 277.
* gnu/packages/diffoscope.scm (diffoscope): Update to 277.
2024-09-03 13:21:38 -07:00
Simon Tournier
cc26f737d1
gnu: emacs-minimal: Do not native-compile lisp/transient.el.
* gnu/packages/emacs.scm (emacs-minimal)[#:phases]: Add
‘disable-native-compilation’ to turn off native-compilation
for the file lisp/transient.el.

Change-Id: I27c9d660cbad46be66df641816e4596346969dfc
Fixes: transient-prefix-object is void <https://issues.guix.gnu.org/72333>.
Reported-by: Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-09-03 21:37:05 +02:00
Guillaume Le Vaillant
56d9745d81
gnu: geary: Fix tests.
Fixes <https://issues.guix.gnu.org/73007>.

* gnu/packages/gnome.scm (geary)[native-inputs]: Add
  '(libc-utf8-locales-for-target)'.

Reported-by: Juliana Sims <juli@incana.org>
Change-Id: Ic2e7cb51581c456aa8cce818f67c4c740003cdd1
2024-09-03 20:51:19 +02:00
Charles
4b213c2f1d
gnu: fcitx5: Update to 5.1.9.
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.9.
[source]: Use zst source.
[native-inputs]: Add zstd.

The additional zstd input is needed because the upstream release compression
method has changed.

Change-Id: I0e7b230d0c86637be3a6b81202221d68af16934d
Signed-off-by: jgart <jgart@dismail.de>
2024-09-03 13:04:52 -05:00
John Kehayias
82174b2742
gnu: python-httpx: Fix tests.
* gnu/packages/python-web.scm (python-httpx)[native-inputs]: Add
nss-certs-for-test.

Change-Id: If8e98564e44a2e5e7bc520c31553aa83bc597946
2024-09-03 13:37:57 -04:00
Mark H Weaver
0aeb089073
gnu: icecat: Update to 115.15.0-guix1 [security fixes].
Includes fixes for CVE-2024-8381, CVE-2024-8382, CVE-2024-8383, and
CVE-2024-8384.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2024-09-03 13:34:22 -04:00
Guillaume Le Vaillant
31564ec164
gnu: python-geventhttpclient: Fix tests.
Fixes <https://issues.guix.gnu.org/72950>.

* gnu/packages/python-web.scm (python-geventhttpclient)[native-inputs]: Add
  nss-certs-for-test.

Reported-by: Dr. Arne Babenhauserheide <arne_bab@web.de>
Change-Id: I22d0774a88b91e0d33191c0dea5b1aaafb992301
2024-09-03 19:23:20 +02:00
John Kehayias
c843564a28
gnu: python-httpcore: Fix tests.
* gnu/packages/python-web.scm (python-httpcore)[native-inputs]: Add
nss-certs-for-test.

Change-Id: I1e1b2f067e672278f86389d5f7b686a45715f861
2024-09-03 11:27:30 -04:00
John Kehayias
5a8bbf881a
gnu: python-google-auth: Update to 2.34.0.
* gnu/packages/python-web.scm (python-google-auth): Update to 2.34.0.
[origin]: Update pypi-uri.

Change-Id: I56d88c29645d780c5555d374ca81e5f7834360be
2024-09-03 11:10:35 -04:00
John Kehayias
9e22a81703
gnu: python-google-auth: Fix tests.
* gnu/packages/python-web.scm (python-google-auth)[native-inputs]: Add
nss-certs-for-test.

Change-Id: Ia12e98de8c2c8d335b98cef941692611c76ad2fa
2024-09-03 11:05:34 -04:00
Sharlatan Hellseher
386a1c77af
gnu: go-github-com-go-git-go-git-fixtures: Disable tests on non 64bit architectures.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures)
[arguments]: <#:tests?>: Preserve test only on 64 bit architectures.

Change-Id: Iab92ef9541d3cc2195eda784e0b9cf2e7c3597c0
2024-09-03 15:43:11 +01:00
Sharlatan Hellseher
1787dfb4b5
gnu: kubo: Unbandle more inputs
* gnu/packages/ipfs.scm (kubo): Unbandle more inputs
[source]: Delete "vendor/github.com/libp2p/zeroconf",
"vendor/github.com/pion", and "vendor/github.com/rs".
[inputs]: Add go-github-com-libp2p-zeroconf-v2,
go-github-com-pion-webrtc-v3, and go-github-com-rs-cors.

Change-Id: I3922b573829329018b83aa639e583573a1af8644
2024-09-03 15:43:11 +01:00
Sharlatan Hellseher
3ae8630c24
gnu: Add go-github-com-libp2p-zeroconf-v2.
* gnu/packages/golang-web.scm (go-github-com-libp2p-zeroconf-v2): New variable.

Change-Id: I84c11a1f8257b06dca9aeec8fa8359002f6f64a7
2024-09-03 15:43:11 +01:00