1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00
Commit Graph

167152 Commits

Author SHA1 Message Date
Morgan Arnold
4e2e5c71cb doc: Increase minimum Guile-Git version.
* doc/contributing.text: bump minimum required version of guile-git from
  0.5.0 to 0.10.0, required by 86022e994e.
* po/doc/guix-manual.*: update translations as well.

Change-Id: I8cc8fd720cc71fbe17e2e530f7411b9c888ba0f6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-08-23 17:24:45 +02:00
Cayetano Santos
c3bfe0e1ce gnu: qucsator-rf: Update to 1.0.7.
* gnu/packages/engineering.scm (qucsator-rf): Update to 1.0.7.

Change-Id: Ifd58ef0adc8750deffa861ce62c54b32da81940d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-08-23 17:18:57 +02:00
Ludovic Courtès
c1e3c49135 services: system-log: Allow ‘max-silent-time’ to be #f.
* gnu/services/shepherd.scm (gexp-or-integer-or-false?): New procedure.
(system-log-configuration)[max-silent-time]: Change to
‘gexp-or-integer-or-false’.
* doc/guix.texi (Shepherd Services): Regenerate documentation with
‘configuration->documentation’.

Change-Id: I75228cd19ca892c26347a64cbb952668fc893669
2025-08-23 16:57:48 +02:00
Ludovic Courtès
df763d6a2d git-authenticate: Print a clear error message for malformed keys.
Fixes guix/guix#1141.

* guix/git-authenticate.scm (load-keyring-from-blob): Change ‘oid’ to
‘entry’ and adjust accordingly.  Raise a ‘&formatted-message’ error when
‘read-radix-64’ returns #f or EOF.
(load-keyring-from-reference): Adjust accordingly.

Change-Id: Ib88c94dac543caf6b1e0855242ba50063c944765
2025-08-23 16:57:21 +02:00
Ludovic Courtès
a138cdb39f gnu: dico: Hard-code file name of the default shell.
This fixes a regression introduced in
a33e152f2e whereby the ‘dicod’ Shepherd
service would fail to start with:

  dicod[2]: /gnu/store/…-m4-1.4.19/bin/m4 -s exited with status 127

… due to /bin/sh missing in its least-authority environment and ‘SHELL’
being unset.

* gnu/packages/dico.scm (dico)[arguments]: Add ‘set-shell-file-name’
phase.
[inputs]: Add ‘bash-minimal’.

Change-Id: Ie6f8a7a462a2dedcbf7ea049e385e121da06e741
2025-08-23 16:56:31 +02:00
Ludovic Courtès
ca03f73790 daemon: Tolerate pipes and sockets in failed build trees.
Fixes <https://issues.guix.gnu.org/78919>.
Fixes guix/guix#471.

Fixes a bug introduced in ae18b3d9e6
whereby interrupting ‘guix build -K hello’ would leave a build directory
with root ownership due ‘secureFilePerms’ bailing out due to the
presence of FIFOs in the temporary build directory.

* nix/libstore/build.cc (secureFilePerms): Add ‘allowSpecialFiles’
parameter; honor it and pass it in recursive call.
(DerivationGoal::deleteTmpDir): Pass true as the second argument to
‘secureFilePerms’.

Reported-by: Janneke Nieuwenhuizen <janneke@gnu.org>
Reported-by: David Elsing <david.elsing@posteo.net>
Change-Id: I638a4ee909a2b5022f9153e1cbb832bfb2e15263
2025-08-23 16:56:11 +02:00
Danny Milosavljevic
c5a9227497 gnu: freerdp: Disable assertions.
Fixes: guix/guix#1933

* gnu/packages/rdesktop.scm (freerdp-3)[arguments]<#:configure-flags>: Add -DWITH_VERBOSE_WINPR_ASSERT=OFF.

Change-Id: Idd3e6262d1e023123cc42a8d454fcb3d9dd49824
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-08-23 23:02:05 +09:00
Cayetano Santos
cb012b55d3 gnu: python-vsg: Update to 3.33.0.
* gnu/packages/electronics.scm (python-vsg): Update to 3.33.0.
[arguments]<:#test-flags>: Disable test_utf_8.
[native-nputs]: Add pytest-cov and pytest-html.

Change-Id: I9ed0c4df95140e54301995c268dc6f9206d44c53
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-08-23 23:00:12 +09:00
Sharlatan Hellseher
5dea1814d4 gnu: exercism: Patch xdg-open path.
* gnu/packages/education.scm (exercism)
[arguments] <phases>: Add 'patch-xdg-open.
[inputs]: Add xdg-utils.

Fixes guix/guix#2203
Change-Id: I877a2bbf2468662e8f481b5cf10099b9e63a1b65

Change-Id: Ie15ddb9465d03d308740a348fa2e2c1233ec6591
2025-08-23 14:28:43 +01:00
Sharlatan Hellseher
978d536a4a gnu: exercism: Update to 3.5.7.
* gnu/packages/education.scm (exercism): Update to 3.5.7.

Change-Id: I97e60c90b67ce99256c45de202576f4b66a7b3b7
2025-08-23 14:18:40 +01:00
Cayetano Santos
15ae55de96 gnu: python-autograd: Update to 1.8.0.
* gnu/packages/machine-learning.scm (python-autograd): Update to 1.8.0.
[native-inputs]: Add python-pytest-cov, python-pytest-xdist.

Change-Id: I7c1a0aa0f415ca00891ad8e3121b6d733ae41820
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-23 13:44:36 +01:00
Cayetano Santos
f67abf4a66 gnu: python-captum: Update to 0.8.0.
* gnu/packages/machine-learning.scm (python-captum): Update to 0.8.0.
[aguments]: Use G-Expressions. <test-flags>: Add "tests" option
parameter.
[native-inputs]: Remove jupyter, python-annoy, python-black,
python-flake8, python-ipython, python-ipywidgets, python-mypy,
python-pytest, and python-pytest-cov.

Change-Id: I1df3c97e8fd5f0075888420a9f9b4a6411bd58bb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-23 13:33:27 +01:00
Maxim Cournoyer
9a5efe278c gnu: kigo: Add qtwayland.
* gnu/packages/kde-games.scm (kigo) [inputs]: Add qtwayland.

Change-Id: Ia158af5f3ea9bf6b9133a9c81c8243ab66b6cfd2
2025-08-23 21:11:25 +09:00
quanrong
0e33b81823 gnu: polyml: Update to 5.9.2.
* gnu/packages/sml.scm (polyml): Update to 5.9.2.

Closes: #2212
Change-Id: Ia8faea86acd88815f9bcd5481821607b1bcd9490
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-08-23 19:04:35 +08:00
Ashvith Shetty
48fea09d68 gnu: Add xiccd.
* gnu/packages/xdisorg.scm (xiccd): New variable.

Closes: #1168
Change-Id: Ie33e8109dc37ce701ca41f81bfd8c4fee1b97827
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-08-23 11:18:30 +08:00
jgart
f0ad795755 gnu: trealla: Update to 2.82.16.
* gnu/packages/prolog.scm (trealla): Update to 2.82.16.

Change-Id: Id872894e44b79cd7c54ed00cacb3301e83d27cee
2025-08-22 21:49:24 -05:00
Kurome
817eb4c0fe gnu: font-google-roboto: Update to 3.011.
* gnu/packages/fonts.scm (font-google-roboto): Update to 3.011.
[source] <uri>: New repository.
[arguments] <#:phases>: Add 'chdir.
[homepage]: New repository.
[description]: Format.
[license]: Change to OFL.

Change-Id: Iefa37a38ae51f6f000cdf383f8aed436e08a3eaf
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-08-23 09:50:37 +08:00
Ashvith Shetty
c16cb2c050 gnu: Add font-google-roboto-mono.
* gnu/packages/fonts.scm (font-google-roboto-mono): New variable.

Closes: #2182
Change-Id: Ic3b6322faa12791bfef1f6d75ca26722de4362b2
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-08-23 09:30:34 +08:00
Nicolas Graves
83e4ee7168 gnu: python-catalogue: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-catalogue):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[inputs]: Remove them.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: Idb5e65667e1ddd060e79e947482a3603e00841f3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 23:21:51 +01:00
Nicolas Graves
f777c53cd1 gnu: python-pytest-vcr: Switch to pyproject.
* gnu/packages/python-check.scm (python-pytest-vcr):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: I80e0b9fea63ecc7b480c18baee3eaf5dabe24928
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 23:21:50 +01:00
Nicolas Graves
0a33d54d56 gnu: yml2: Switch to pyproject.
* gnu/packages/pep.scm (yml2):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them explicitely.
[native-inputs]: Add python-setuptools, python-wheel.
[description]: Improve style.

Change-Id: I9d0a0df2e7796dfada3bf6754e7e07a8438b4ed7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 23:21:50 +01:00
Ashish SHUKLA
628ec33ebd gnu: kanshi: Update to 1.8.0.
* gnu/packages/wm.scm (kanshi): Update to 1.8.0
[source]: Update git repository URL.

Change-Id: Ifa5e4c23b37cbd249990aaa7c7d42a87bab23e6f
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-08-23 00:18:56 +02:00
Andreas Enge
f236fd31fe gnu: libpqxx: Update to 7.10.1.
* gnu/packages/databases.scm (libpqxx): Update to 7.10.1.

Change-Id: Id9876a95f34a3555fe7a81d93c23f96dcde03adc
2025-08-23 00:08:12 +02:00
Andreas Enge
327ec5f1d8 gnu: libpqxx: Compile with the default gcc.
* gnu/packages/databases.scm (libpqxx)[native-inputs]: Remove gcc-11.

Change-Id: Ie90f034711be0815ebf68c36b4b711e35b17f5a3
2025-08-23 00:06:19 +02:00
Andreas Enge
bcc554f0dc gnu: motif: Update to 2.3.8-1.0f556b0.
* gnu/packages/lesstif.scm (motif): Update to 2.3.8-1.0f556b0.

Change-Id: I63c8cec5e74f075269f1fe2b0d292d0ce490006e
2025-08-23 00:01:30 +02:00
Sharlatan Hellseher
2bae0402b2 teams: sysadmin: Adopt more files.
- rdesktop :: Remote Desktop management, more likely used in sysadmin
              tasks.
- vnc      :: Virtual Network Computing is a graphical desktop-sharing
              system, more like used in sysadmin tasks.

* etc/teams.scm (sysadmin)<#:scope>: Add "gnu/packages/rdesktop.scm",
and "gnu/packages/vnc.scm".
* CODEOWNERS: Regenerate file.

Change-Id: I2e1df892147367932452c9b99e37703c46b2957a
2025-08-22 22:51:22 +01:00
Andreas Enge
1f2104aa91 gnu: cmark: Update to 0.31.1.
* gnu/packages/markup.scm (cmark): Update to 0.31.1.

Change-Id: I70845c5ec35167334e96550d2dad01a5f86ac36a
2025-08-22 23:46:02 +02:00
Jake Forster
d6f06e26ce gnu: Add emacs-numpydoc.
* gnu/packages/emacs-xyz.scm (emacs-numpydoc): New variable.

Change-Id: I7324a6401439aa0ce562d894663e7ed7e4c1bc9e
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 22:42:35 +01:00
ColdSideOfYourPillow
5193a5b6fa gnu: Add emacs-smarttabs.
* gnu/packages/emacs-xyz.scm (emacs-smarttabs): New variable.

Change-Id: I33a2c60521396e419b0280ed19a9f98da2a5c2c5
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 22:38:59 +01:00
Roman Scherer
820a68d663 gnu: emacs-svg-tag-mode: Update to 0.3.3.
* gnu/packages/emacs-xyz.scm (emacs-svg-tag-mode): Update to 0.3.3.

Change-Id: Ib0c02709a9d6ee692e0b1c9ce4457261204aa40f
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 22:33:15 +01:00
Roman Scherer
609d095d23 gnu: emacs-svg-lib: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-svg-lib): Update to 0.3.0.

Change-Id: Ia960db113bfc55632d4d9efcaada6cae8e6c3650
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 22:29:29 +01:00
Cayetano Santos
896b448442 gnu: emacs-org-mem: Update to 0.18.1.
* gnu/packages/emacs-xyz.scm (emacs-org-mem): Update to 0.18.1.
[arguments]: Add #:test-command.
<#:phases>: Add disable-failing-tests.
[native-inputs]: Add emacs-ert-runner.

Change-Id: Idb74701f55bfefde7c48e54c88226b2865d2fa28
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 22:26:16 +01:00
ColdSideOfYourPillow
f2669614df gnu: Add emacs-sops.
* gnu/packages/emacs-xyz.scm (emacs-sops): Add package.

Change-Id: Id8973b13a8f9787a8bdb4b0f6bdd5776a3689f49
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 22:24:18 +01:00
Cayetano Santos
399c40b211 gnu: emacs-eldoc-box: Update to 1.14.1.
* gnu/packages/emacs-xyz.scm (emacs-eldoc-box): Update to 1.14.1.
[arguments]: Disable tests.

Change-Id: I381e53a89de0e6e40a1b76bdaa5c2d5094a566b1
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 22:17:41 +01:00
moksh
6c8da75d89 gnu: Add emacs-org-social.
* gnu/packages/emacs-xyz.scm (emacs-org-social): New Variable.

Change-Id: I1ee59532363fdb0760d30f67129d71f1522a3aae
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 22:14:11 +01:00
Cayetano Santos
922fe9b8f6 gnu: emacs-on: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-on): Update to 0.2.0.
[origin]: Update url.
[home-page]: Same.

Change-Id: I64b74f6978716a22d2042160eafd2fda077d34f9
Reviewed-by: bingshan
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 22:08:47 +01:00
Cayetano Santos
df3ab0bc6e gnu: emacs-geiser: Update to 0.32.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.32.
[arguments]: Disable #:tests? and use G-Expressions.

Change-Id: I2d28082ca4d440ae6a731a99c3e22fe785352d82
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Reviewed-by: jgart <jgart@dismail.de>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 21:57:55 +01:00
Cayetano Santos
5fe3a868a8 gnu: emacs-llama: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-llama): Update to 1.0.0.
[arguments]: Fix #:test-command.

Change-Id: I6b9ffa30cedd2abc0927df95401e5b6bc8bada2e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 21:53:47 +01:00
gemmaro
c5a9cfd471 gnu: Add emacs-raku-mode.
* gnu/packages/emacs-xyz.scm (emacs-raku-mode): New variable.

Change-Id: I9cdc8fc3ca976acc97a3d4215854bae0a3da34df
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 21:51:04 +01:00
Anderson Torres
6674cadfbc gnu: Add emacs-repeat-fu.
* gnu/packages/emacs-xyz.scm (emacs-repeat-fu): New variable.

Change-Id: I6b0ae0c700a475fdbd508177dc5e1e18a6e49143
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-22 21:48:02 +01:00
Guillaume Le Vaillant
2d16edf564 gnu: Add bitcoin-cash-node.
* gnu/packages/finance.scm (bitcoin-cash-node): New variable.

Change-Id: I8d6b1e69b3018c1f640f2be61dfdb82f3a092587
2025-08-22 22:30:27 +02:00
Liam Hupfer
0a480f23c6 gnu: Add font-undefined-medium.
* gnu/packages/fonts.scm (font-undefined-medium): New variable.

Change-Id: Idd301cf15f8a1b3e271bac48836c6aa3237b03f9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-08-22 21:53:19 +02:00
Liam Hupfer
24653491c8 gnu: Add font-new-computer-modern.
* gnu/packages/fonts.scm (font-new-computer-modern): New variable.

Change-Id: I35bd66553bec4eeea20308ab8b7c2280fefd84ee
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-08-22 21:53:19 +02:00
Liam Hupfer
a2e56cfaa1 gnu: Add font-last-resort.
* gnu/packages/fonts.scm (font-last-resort): New variable.

Change-Id: Icf3c973b62f598df2110a78c8e244318e5c08f67
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-08-22 21:53:19 +02:00
Liam Hupfer
6fe2a7ab31 gnu: font-stix-two: Split outputs.
* gnu/packages/fonts.scm (font-stix-two): Split outputs.

Change-Id: Ic5d945d040fe382374f76b4d20d8eb5e3936447d
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-08-22 21:53:19 +02:00
Liam Hupfer
5746133b2b gnu: font-adobe-source-code-pro: Split outputs.
* gnu/packages/fonts.scm (font-adobe-source-code-pro): Split outputs.

Change-Id: I95055a5a9f221527def573057a5345879b058846
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-08-22 21:53:19 +02:00
Cayetano Santos
2f417589be gnu: emacs-spacious-padding: Update to 0.7.0.
* gnu/packages/emacs-xyz.scm (emacs-spacious-padding): Update to 0.7.0.
[source]: Switch to git-fetch.
[arguments]: Disable #:tests?.
<#:phases>: Add build-info-manual.
[native-inputs]: Add texinfo.

Change-Id: I6e47b1b4ee0d414c27b30f5171422e519c8b1094
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-08-22 21:53:18 +02:00
Cayetano Santos
e737a37352 gnu: emacs-fj: Update to 0.22.
* gnu/packages/emacs-xyz.scm (emacs-fj): Update to 0.22.

Change-Id: Ic7947efb2941d69ba9e1faa2169ec342e8d2777c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-08-22 21:53:18 +02:00
Cayetano Santos
0ba831d082 gnu: emacs-fedi: Update to 0.2-3.62aea20.
* gnu/packages/emacs-xyz.scm (emacs-fedi): Update to 0.2-3.62aea20.

Change-Id: I9c47188abcf8c0e00ac3ca62a416e4635a29ba4a
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-08-22 21:53:18 +02:00
Cayetano Santos
938c4d0539 gnu: Add emacs-llm-tool-collection.
* gnu/packages/emacs-xyz.scm (emacs-llm-tool-collection): New variable.

Change-Id: Ibc9846cdef8aff24e3ee76ac8b857c38bac9aabb
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-08-22 21:53:18 +02:00