Commit graph

152392 commits

Author SHA1 Message Date
Ludovic Courtès
48083c8c95
services: unattended-upgrade: Rewrite as a Shepherd timer.
This is a semi-incompatible change: gexps previously provided in the
‘schedule’ field will no longer work.

* gnu/services/admin.scm (unattended-upgrade-mcron-jobs): Rename to…
(unattended-upgrade-shepherd-services): … this.  Return a list of one
Shepherd service.  Remove custom logging and time limitation facilities
from ‘code’.
(unattended-upgrade-service-type): Extend ‘shepherd-root-service-type’
instead of ‘mcron-service-type’.
(<unattended-upgrade-configuration>)[services-to-restart]: Change
default.
* doc/guix.texi (Unattended Upgrades): Adjust ‘schedule’ and
‘services-to-restart’ documentation.

Change-Id: I1b239c5946e71cf9e2af9b24fe4b01366b57fb7a
2025-01-16 22:30:02 +01:00
Ludovic Courtès
100c1e1adf
services: log-cleanup: Rewrite as a Shepherd timer.
This is a semi-incompatible change: gexps previously provided in the
‘schedule’ field will no longer work.

* gnu/services/admin.scm (log-cleanup-mcron-jobs): Remove.
(log-cleanup-shepherd-services): New procedure.
(log-cleanup-service-type): Extend SHEPHERD-ROOT-SERVICE-TYPE instead of
MCRON-SERVICE-TYPE.
* doc/guix.texi (Log Rotation): Adjust ‘schedule’ documentation
accordingly.

Change-Id: I2a3beb7dffbc9992b714a29423674db9c7dc6cab
2025-01-16 22:30:02 +01:00
Ludovic Courtès
4cef56587a
services: Add ‘log-rotation-service-type’.
* gnu/services/admin.scm (%default-log-rotation-calendar-event): New
variable.
(<log-rotation-configuration>): New record type.
(log-rotation-shepherd-services): New procedure.
(log-rotation-service-type): New variable.

Change-Id: I4400035f3b6065ec147ac932110b690120d739c2
2025-01-16 22:30:02 +01:00
Ludovic Courtès
3f33cb0314
system: Add zstd to ‘%base-packages’.
This is particularly useful now that log files are going to be
zstd-compressed by default, among other uses of zstd.

* gnu/system.scm (%base-packages-utils): Add ‘zstd’.

Change-Id: I766791fea3bc3fca2519a7cd6ac472550be386dd
2025-01-16 22:30:01 +01:00
Ludovic Courtès
c76a4ffad4
gnu: shepherd@1.0: Add dependency on gzip and zstd.
* gnu/packages/admin.scm (shepherd-1.0)[arguments]: New field.
[inputs]: New field.

Change-Id: If21f876bbf3fba933a8d997a95db91b961adfca3
2025-01-16 22:30:01 +01:00
Thanos Apollo
94cd4227bd
gnu: yt-dlp: Update to 2025.01.15.
* gnu/packages/video.scm (yt-dlp): Update to 2024.12.23.

Change-Id: I61444694f016e865a6163fb42603e422b9815c7d
Signed-off-by: Leo Famulari <leo@famulari.name>
2025-01-16 15:40:22 -05:00
jgart
da69a9e151
gnu: Add python-pathspec.
* gnu/packages/python-xyz.scm (python-pathspec): New variable.

Change-Id: I8576103866117aa46ef3d5fc7274926b8a4878d9
2025-01-16 11:53:37 -06:00
Florian Pelz
7aae0e2c15
gnu: viewnior: Support image formats out of the box.
* gnu/packages/image-viewers.scm (viewnior)
[inputs]: Add 'webp-pixbuf-loader' for WebP support.
[arguments]: Enable 'glib-or-gtk?' to make available
GDK_PIXBUF_MODULE_FILE.  Wrap viewnior to use it instead
of the image loaders installed by the user.

Fixes: <https://issues.guix.gnu.org/63427>
Change-Id: I86b7c2845af2fc1d3fdf4032b2208493a6868546
2025-01-16 15:14:33 +01:00
Navid Afkhami
750b13031b
gnu: Add r-rpanglaodb.
* gnu/packages/cran.scm (r-rpanglaodb): New variable.

Change-Id: I526a9bc52b77c97c3c85fbe4fd235cb53254495c
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2025-01-16 14:03:18 +01:00
Andy Tai
9059862203
gnu: gcide: Update to 0.54.
* gnu/packages/dictionaries.scm (gcide): Update to 0.54.

Change-Id: Id5444ac5b36be1b368b88572745166fd9c96b72f
2025-01-16 13:23:06 +01:00
Yarl Baudig
effcf58082
doc: Unattended upgrades: document module.
* doc/guix.texi (Unattended Upgrades): document module.

Change-Id: I668e5e0165ff75ac6a5fe510639b976aaf779556
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-01-16 12:51:49 +01:00
Ludovic Courtès
e7336ba225
gnu: doxygen: Remove now unnecessary Hurd patch.
* gnu/packages/documentation.scm (doxygen)[arguments]: Remove
‘apply-patch’ phase.
* gnu/packages/patches/doxygen-hurd.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.

Reported-by: yelninei
Change-Id: Ifa5eca19e0504b9c5df1f7a57c4d5c355049a41f
2025-01-16 12:51:49 +01:00
Ludovic Courtès
7c79be186b
gnu: libgpg-error: Remove now unnecessary x86_64-gnu patch.
* gnu/packages/gnupg.scm (libgpg-error)[arguments]: Remove
‘apply-hurd64-patch’ phases.
* gnu/packages/patches/libgpg-error-hurd64.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.

Reported-by: yelninei
Change-Id: I2c5a5c19ba673f7d8946f755207fc260b7d452b9
2025-01-16 12:51:48 +01:00
Sören Tempel
ac6aba1fd7
services: dns: Minor cleanup of unbound service.
In #68757, v3 instead of v4 of the patchset was committed by accident.
This patch revives the (minor) changes made in the v4.

* gnu/service/dns.scm: Remove exports of no longer existing names.
(unbound-service-type): Fix at typo (unbound -> Unbound).
(unbound-shepherd-service): Run after user processes.
(unbound-account-service): Determine shell based on shadow package.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-01-16 12:51:48 +01:00
Karl Hallsby
145b51aeb3
services: Add xe-guest-utilities-service-type.
* gnu/services/virtualization.scm (xe-guest-utilities-configuration,
  xe-guest-utilities-service-type): New variables.
* doc/guix.texi: Document them.

Change-Id: Ife4e79fa6d1a9d5a21bf7479488884f2a5cf8d56
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-01-16 12:51:48 +01:00
Karl Hallsby
fb597f28b8
gnu: Add xe-guest-utilities.
* gnu/packages/virtualization.scm (xe-guest-utilities): Init at 8.4.0

Change-Id: I4daf19dc1964be00554e1c598ef88897081f5d52
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-01-16 12:51:48 +01:00
Andreas Enge
9bc10b64b0
gnu: gp2c: Update to 0.0.14.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.14.

Change-Id: Ia45f9fae34f0a63a434ab5f7120cf1fba943161b
2025-01-16 11:24:18 +01:00
Andreas Enge
ea7c240bd3
gnu: pari-gp: Update to 2.17.0.
* gnu/packages/algebra.scm (pari-gp): Update to 2.17.0.
* gnu/packages/patches/pari-gp-qfcvp.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.

Change-Id: If0ea83651ae7aa4cb5de61dfaa5ec2b11051eaab
2025-01-16 11:24:07 +01:00
Navid Afkhami
fa13f86235
gnu: Add python-ngesh.
* gnu/packages/bioinformatics.scm (python-ngesh): New variable.

Change-Id: If51f3075037647e319efa9468331677a845b30cb
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2025-01-16 10:47:23 +01:00
Jonas Freimuth
4e50474ff4
gnu: Add python-radian.
* gnu/packages/statistics.scm (python-radian): New variable.

Change-Id: Ibb4c642387591c14a0744cc52c57dbafa2f7f015
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2025-01-16 10:15:21 +01:00
Jonas Freimuth
300911a88e
gnu: Add python-rchitect.
* gnu/packages/statistics.scm (python-rchitect): New variable.

Change-Id: I45fe6f8803f953168b275ea28e444d4ece3912ec
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2025-01-16 10:14:40 +01:00
Liliana Marie Prikler
6bdada7e53
etc: snippets: Improve usability of tempel phases snippets.
* etc/snippets/tempel/scheme-mode.eld (#:phases~\ ): New snippet.
(add-before\ , add-after\ , replace\ ): Add dummy phase names.
2025-01-16 08:42:05 +01:00
Liliana Marie Prikler
6576487c29
gnu: seahorse: Update to 47.0.1.
* gnu/packages/gnome.scm (seahorse): Update to 47.0.1.
2025-01-16 08:41:01 +01:00
Liliana Marie Prikler
73963e8f88
teams: gnome: Add gnome-extension-manifest.
* etc/teams/gnome/gnome-extension-manifest.scm: New file.
2025-01-16 08:41:01 +01:00
Liliana Marie Prikler
5af678095d
teams: gnome: Add gnome-manifest.
* etc/teams/gnome/gnome-manifest.scm: New file.
2025-01-16 08:41:01 +01:00
Liliana Marie Prikler
91db60fa88
gnu: orchis-theme: Update to 2024-11-03.
* gnu/packages/gnome-xyz.scm (orchis-theme): Update to 2024-11-03.
[#:configure-flags]: Remove “--radio-color”.
2025-01-16 08:41:01 +01:00
Liliana Marie Prikler
5c842d4a9e
gnu: matcha-theme: Update to 2024-05-01.
* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2024-05-01.
2025-01-16 08:41:00 +01:00
gemmaro
db843db3d1
gnu: emacs-slite: Fix description.
* gnu/packages/lisp-xyz.scm (emacs-slite)[description]:
Fix Texinfo code markup.

Change-Id: Ic3c4be16ed18b1c7ffba949f81746f91eed1d029
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-16 13:41:38 +08:00
gemmaro
d24e0cda4b
gnu: emacs-eimp: Fix description.
* gnu/packages/emacs-xyz.scm (emacs-eimp)[description]:
Fix Texinfo code markup.

Change-Id: If457277254dbbdf3ba50b14ff0c2a74c6ddb94d6
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-16 13:40:42 +08:00
gemmaro
4879454f1a
gnu: emacs-howm: Fix description.
* gnu/packages/emacs-xyz.scm (emacs-howm)[description]:
Fix Texinfo code markup.

Change-Id: I44e352da17d48fe8f71421ad66c31d1c68442b61
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-16 13:40:40 +08:00
gemmaro
2bec2b41af
gnu: python-pylibmc: Fix description.
* gnu/packages/databases.scm (python-pylibmc)[description]:
Fix Texinfo code markup.

Change-Id: I71cff32e5c2c739de26e0473d57f7fc13e669426
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-16 13:40:38 +08:00
Zheng Junjie
5ae14eb9c8
guix: docker: Support riscv64.
* guix/docker.scm (build-docker-image): Add riscv64 case.

Change-Id: I4b735dfe299818209341e65876fe736046bb30e7
2025-01-16 13:32:49 +08:00
hiecaq
43e391d76c
gnu: ghc-xmobar: Update to 0.48.1.
* gnu/packages/wm.scm (ghc-xmobar): Update to 0.48.1.
  [inputs]: Add ghc-extra.
  [home-page]: Point to the actual project home-page.

Change-Id: I4a43c774a00853eb15a0874d5228729867d0606e
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-16 13:32:49 +08:00
hiecaq
6d0bb87250
gnu: ghc-xmonad-contrib: Update to 0.18.1.
* gnu/packages/wm.scm (ghc-xmonad-contrib): Update to 0.18.1.
  [arguments]: Remove field.

Change-Id: I4cc6c613be3c15cdd326fde90b4689beec629d36
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-16 13:32:49 +08:00
hiecaq
b1b56144b7
gnu: xmonad: Update to 0.18.0.
* gnu/packages/wm.scm (xmonad): Update to 0.18.0.
[home-page]: Use https.
[arguments]<#:phases>: Use make-desktop-entry-file.

Change-Id: Ia3d4a350c1e8eb82d8e11e151dd83b5a10c22ff5
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-16 13:32:49 +08:00
Cayetano Santos
dc08d9489b
gnu: openfpgaloader: Update to 0.13.1.
* gnu/packages/fpga.scm (openfpgaloader): Update to 0.13.1.

Change-Id: Ib7f221848e5ac701b03405d02ab21dbd686f73f6
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-16 12:49:30 +08:00
Dariqq
35d13aab7e
gnu: fastfetch: Add more configure flags.
Use dynamic linking for dependencies instead of dlopening them at
runtime which requries a wrapper with LD_LIBRARY_PATH.

Additionally provide custom paths to pci-ids and amdgpu-ids.

* gnu/packages/admin.scm (fastfetch)
[#:configure-flags]: Enable dynamic linking and disable
directx-headers. Set custom paths to hwdata and libdrm.
[inputs]: Add hwdata and libdrm for the custom paths.

Change-Id: I9f86b49f0a116bcee91ca15b6e77cfbb3867e290
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-01-15 21:39:08 +00:00
Dariqq
6599186acd
gnu: fastfetch: Update to 2.34.1.
* gnu/packages/admin.scm (fastfetch): Update to 2.34.1.
[origin]: Add snippet to remove third party code.
[#:configure-flags]: Disable bundled yyjson, disable flashfetch, enable
tests and skip installing license.
[native-inputs]: Add python-minimal.
[inputs]: Add yyjson.

Change-Id: I52d5cf244726bf4362f658f818094a483e3b3d01
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-01-15 21:39:08 +00:00
Dariqq
1fc41ca409
gnu: Add yyjson.
* gnu/packages/c.scm (yyjson): New variable.

Change-Id: Ica9ff2e1b6676aa8761eb33cbab76154f17e443f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-01-15 21:39:08 +00:00
Danny Milosavljevic
6f74832d45
gnu: Add emacs-org-sticky-header.
* gnu/packages/emacs-xyz.scm (emacs-org-sticky-header): New variable.

Change-Id: I0f1f87efb9617c91281424967f52be77e83dc993
2025-01-15 22:31:45 +01:00
Artyom V. Poptsov
d568c92951
gnu: sslh: Use GEXPs.
* gnu/packages/networking.scm (sslh): Use GEXPs.

Change-Id: I5b31afdfeb1f1f9b2e5f86290adc405f3a90a367
2025-01-16 00:16:39 +03:00
Artyom V. Poptsov
0ba2136df7
gnu: sslh: Update to 2.1.2.
* gnu/packages/networking.scm (sslh): Update to 2.1.2.
[native-inputs]: Add pcre2.
[inputs]: Remove tcp-wrappers and libcap.  Add libev.
[arguments]<phases>: Patch tests; disable a failing test.
<make-flags>: Disable USELIBCAP as it leads to "permission denied" errors.
Disable USELIBWRAP as it leads to linker errors.  Add USELIBCONFIG.

Change-Id: I20ba6e5ec1af4c7666d2b1f9870c850207e9c2c9
2025-01-16 00:16:39 +03:00
Danny Milosavljevic
72bbab16f2
gnu: emacs-xenops: Update to 0.0.1.
* gnu/packages/emacs-xyz.scm (emacs-xenops): Update to 0.0.1.

Change-Id: I9ee91d166b6414e53686a4627f5c5d77debe3987
2025-01-15 22:03:00 +01:00
Artyom V. Poptsov
c5d1de3028
gnu: xaos: Update to 4.3.3.
* gnu/packages/maths.scm (xaos): Update to 4.3.3.

Change-Id: I6ff66c937320b081e60ed05f334c99de7e2b2713
2025-01-15 22:58:32 +03:00
Raven Hallsby
9d7a9b6dc6
service: plasma: Allow access bluetooth devices in "System Settings".
This adds the Bluetooth section back to KDE Plasma 6's System Settings menu.

* gnu/packages/kde-plasma.scm (bluedevil): Propagate bluez-qt.
* gnu/packages/kde-plasma.scm (plasma)[inputs]: Add bluedevil.
* gnu/services/desktop.scm (plasma-dbus-service): Add bluedevil as dbus-based
application.

Change-Id: If6a740c88e81bac4ccc220e918c17045eaa8e597
2025-01-16 00:38:14 +08:00
Ashvith Shetty
eb2092db0f
gnu: Add corectrl.
* gnu/packages/admin.scm (corectrl): New variable.
* gnu/packages/patches/corectrl-polkit-install-dir.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add reference to it.

Change-Id: I7b0f85c917eb58d7518d7ee7c5b22ef2debde7d9
2025-01-16 00:38:11 +08:00
Efraim Flashner
b696658ee8
gnu: rust-sequoia-cert-store-0.6: Update to 0.6.2.
* gnu/packages/sequoia.scm (rust-sequoia-cert-store-0.6): Update to
0.6.2.
[cargo-inputs]: Replace rust-sequoia-net-0.28 with 0.29.

Change-Id: I44a0dc4272a54e881e6966400df70637c5399136
2025-01-15 14:27:43 +02:00
Efraim Flashner
6f87c38e85
gnu: Add sequoia-chameleon-gnupg.
* gnu/packages/sequoia.scm (sequoia-chameleon-gnupg): New variable.

Change-Id: Ia5e759c55f94e9daf52a3ad56a1dfc34d6a1bef6
2025-01-15 14:27:43 +02:00
Efraim Flashner
a889f1f30b
gnu: Add rust-sequoia-gpg-agent-0.4.
* gnu/packages/sequoia.scm (rust-sequoia-gpg-agent-0.4): New variable.

Change-Id: I7ef44782382c1983058685a28a0f5a77f03f2e38
2025-01-15 14:27:43 +02:00
Efraim Flashner
1d042120b9
gnu: Add rust-openssh-keys-0.6.
* gnu/packages/crates-io.scm (rust-openssh-keys-0.6): New variable.

Change-Id: Ib248348f3f985a62d8aa5708c251c4ff9a221c5b
2025-01-15 14:27:42 +02:00