Ludovic Courtès
20a74ce28d
tests: Run without the Linux kernel “quiet” argument.
...
* gnu/tests.scm (%simple-os)[kernel-arguments]: New field.
Change-Id: I206597074ce5f4a719bd8cd98e9429c00e18b5a3
2025-01-08 22:54:38 +01:00
Ludovic Courtès
431ab10344
services: static-networking: Fail when devices don’t show up.
...
Fixes <https://issues.guix.gnu.org/71173 >.
* gnu/services/base.scm (network-set-up/linux): Define
‘max-set-up-duration’ and use it.
* gnu/tests/networking.scm (%static-networking-with-nonexistent-device):
New variable.
(run-static-networking-failure-test): New procedure.
(%test-static-networking-failure): New variable.
Change-Id: Idba9b36750aa8c6368c8f6d1bc1358066f7432e4
2025-01-08 22:54:37 +01:00
Ludovic Courtès
8d649a8d17
services: static-networking: Run set-up/tear-down as a separate process.
...
Running that code in PID 1 was fun but it’s not really beneficial and
somewhat risky: risk of blocking, file descriptor leak, inability to
reload Guile-Netlink in shepherd when it’s upgraded, and so on.
This change runs set-up and tear-down as separate processes, which, for
the price of one fork(1), buys us peace of mind.
* gnu/services/base.scm (network-set-up/hurd, network-tear-down/hurd)
(network-tear-down/linux): Use ‘program-file’ instead of ‘scheme-file’.
(network-set-up/linux): Likewise, and remove #:blocking? argument to
‘wait-for-link’.
Change-Id: Ia41479b50eab31ea40c67243fcb1cffe29ac874a
2025-01-08 22:54:37 +01:00
Sharlatan Hellseher
911f205dda
gnu: python-glue-qt: Fix commit.
...
* gnu/packages/astronomy.scm (python-glue-qt) [source] <commit>: Use
provided version tag instead of full commit (pushed by mistake).
Change-Id: I9c774d9dde151cee1c9144c057fb2186d48648a7
2025-01-08 13:56:21 +00:00
Artyom V. Poptsov
7c6ba108b4
gnu: book-sparc: Fix a typo in the description.
...
* gnu/packages/books.scm (book-sparc) [description]: Fix a typo.
Change-Id: If4bc5fa97605d4cef894cb4ebd6812a474cf3464
2025-01-08 16:22:19 +03:00
Artyom V. Poptsov
114b29bf3d
gnu: book-sparc: Update to 3.0.0.
...
* gnu/packages/books.scm (book-sparc): Update to 3.0.0.
[arguments] <#:phases>: Install Russian and English version of the book.
[description]: Update.
Change-Id: I0857fe9cb4b0933c12e891af5a011fcc7f8d84aa
2025-01-08 16:14:55 +03:00
Andy Tai
c9a2ee55b8
gnu: mupdf: Update to 1.25.2.
...
* gnu/packages/pdf.scm (mupdf): Update to 1.25.2.
Change-Id: I54b2f450c518efc06241cea48c00fc685d90f5c6
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn >
2025-01-08 15:34:25 +08:00
Andy Tai
6ef627d040
gnu: xnedit: Update to 1.6.1.
...
* gnu/packages/text-editors.scm (xnedit): Update to 1.6.1.
Change-Id: I0122af491df6465b722f3dd4fd7a3d4a1f839b20
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn >
2025-01-08 14:33:58 +08:00
jgart
4e6cf0b0ae
gnu: emacs-tempel-collection: Update to 0.2.4a1d717.
...
* gnu/packages/emacs-xyz.scm (emacs-tempel-collection): Update to 0.2.4a1d717.
Change-Id: I4164e31442bcd6202dd6f1ed83059a785eaf81f4
2025-01-07 20:21:04 -06:00
Sharlatan Hellseher
9ba50085a0
gnu: python-glue-qt: Update to 0.3.2.
...
* gnu/packages/astronomy.scm (python-glue-qt): Update to 0.3.2. Fix build.
[source]: Swap to git checkout, as no fresh release reached PyPI.
[arguments] <tests?>: Disable all test for now as failed upstream.
<phases>: Add 'set-env-version.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I37b5c82e27c9414415f023768c49da3fbaf7b9d4
2025-01-07 23:17:20 +00:00
Sharlatan Hellseher
11a9e3f417
gnu: python-getdist: Update to 1.5.4.
...
* gnu/packages/statistics.scm (python-getdist): Update to 1.5.4. Fix
build.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ied85ff3f8a5d25fc73ba4a6063666d09c03fa37a
2025-01-07 23:17:20 +00:00
Sharlatan Hellseher
ba2742ff91
gnu: python-asdf-zarr: Fix build.
...
* gnu/packages/astronomy.scm (python-asdf-zarr): [propagated-inputs]:
Remove python-asdf; add python-asdf-3.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ie62ac1f0c71ff8f566377c1f1cdcda4227f12bbf
2025-01-07 23:17:05 +00:00
Leo Famulari
1dcd0ded86
gnu: Add linux-libre-6.12.
...
* gnu/packages/linux.scm (linux-libre-6.12-version,
linux-libre-6.12-gnu-revision, deblob-scripts-6.12,
linux-libre-6.12-pristine-source, linux-libre-6.12-source,
linux-libre-headers-6.12, linux-libre-6.12): New variables.
(linux-libre-headers-latest): Use linux-libre-headers-6.12.
(linux-libre-lts-version, linux-libre-lts-gnu-revision,
linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use
linux-libre 6.12.
* gnu/tests/base.scm (%test-linux-libre-6.12): New test.
* gnu/packages/aux-files/linux-libre/6.12-arm.conf,
gnu/packages/aux-files/linux-libre/6.12-arm64.conf,
gnu/packages/aux-files/linux-libre/6.12-i686.conf,
gnu/packages/aux-files/linux-libre/6.12-x86_64.conf,
gnu/packages/aux-files/linux-libre/6.12-riscv.conf: New files.
* Makefile.am (AUX_FILES): Add them.
Change-Id: I430d9dd29cda4bd4b66ad6eddc004935f93bb111
2025-01-07 18:13:45 -05:00
Leo Famulari
92bfa12254
tests: Add tests for all the longterm-support kernels.
...
* gnu/tests/base.scm (%test-linux-libre-6.6, %test-linux-libre-6.1): New tests.
Change-Id: Ica31ae263348c38ac21efeb65d9a245e1a877268
2025-01-07 18:13:45 -05:00
Leo Famulari
1fb8f71b4b
gnu: linux-libre 6.1: Update to 6.1.123.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.123.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: Iefcb5bc0a926b0b056899e699a778af7894107db
2025-01-07 18:13:45 -05:00
Leo Famulari
0925f12c4e
gnu: linux-libre 6.6: Update to 6.6.69.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.69.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: Ief2f89dc695b2eae0f98966e8150ad6d376d070a
2025-01-07 18:13:45 -05:00
jgart
a76f2d5927
gnu: distrobox: Update to 1.8.0.
...
* gnu/packages/containers.scm (distrobox): Update to 1.8.0.
Change-Id: I3c81b291012dc082cdb2cd15e21003dae7d47397
2025-01-07 14:02:39 -06:00
Mark H Weaver
d7c9145951
gnu: icecat: Update to 115.19.0-guix1 [security fixes].
...
Includes fixes for CVE-2025-0238 and CVE-2025-0242.
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-version)
(%icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2025-01-07 15:03:09 -05:00
Artyom V. Poptsov
af9b163725
gnu: Fix my copyright dates for a module.
...
* gnu/packages/guile-xyz.scm: Fix my copyright dates for the module (in
575dc58975 I've updated Artyom Bologov's
copyright dates by a mistake.)
Change-Id: Ib1c214f794aa13f746d47ab961bb9f5fcb7e61de
2025-01-07 22:45:43 +03:00
Artyom V. Poptsov
575dc58975
gnu: guile-ini: Update to 0.5.5.
...
* gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.5.
Change-Id: I4b40dc950ae5f8bab937852655c36c93425e3fd6
2025-01-07 22:14:33 +03:00
Cayetano Santos
eeb019eb59
gnu: Add python-hdlmake.
...
* gnu/packages/fpga.scm (python-hdlmake): New variable.
Change-Id: I4f19d2cceb7fe46bbc359f9bc5197ae3113bb3d7
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2025-01-07 19:03:35 +01:00
Cayetano Santos
3f1da2f4a2
gnu: Add python-vunit.
...
* gnu/packages/fpga.scm (python-vunit): New variable.
Change-Id: Ieb16ec16928e6b0b2af6992fd9566cb946990dad
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-01-07 18:58:31 +01:00
Cayetano Santos
952a179f44
gnu: Add yosys-clang.
...
* gnu/packages/fpga.scm (yosys-clang): New variable.
Change-Id: Iedbd418adc152c325d106830d9d33b73f01e65da
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-01-07 18:04:57 +01:00
Gabriel Wicki
3b31ef750a
gnu: hunspell: Add Austrian German dictionary.
...
* gnu/packages/hunspell.scm (hunspell-dict-de-at): New variable.
Change-Id: I34e8fd0b04443efa5e06fe54d6b57dff666c10a0
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-01-07 17:54:06 +01:00
Gabriel Wicki
700a6ebf3d
gnu: hunspell: Add Swiss German dictionary.
...
* gnu/packages/hunspell.scm(hunspell-dict-de-ch): New variable.
Change-Id: Ib868e7efaa92e536229d45098ffd8f38a9441b83
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-01-07 17:54:04 +01:00
Zheng Junjie
2cb1b72a08
gnu: wolfssl: Use G-expressions.
...
gnu/packages/tls.scm (wolfssl): Use G-expressions.
Change-Id: I56d995360b50a614a405c4377f0c7714c2522508
2025-01-07 23:53:29 +08:00
Ashish SHUKLA
bf43a739dd
gnu: wolfssl: Update to 5.7.6.
...
* gnu/packages/tls.scm (wolfssl): Update to 5.7.6.
Change-Id: Ibe9274f032bc4e5757534e01b7d8d1603f69efdc
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn >
2025-01-07 23:53:29 +08:00
AwesomeAdam54321
2abd8660f7
gnu: inform: Update to 6.42.
...
* gnu/packages/game-development.scm (inform): Update to 6.42.
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn >
2025-01-07 23:53:23 +08:00
Yovan Naumovski
e5f68e3e47
gnu: vcmi: Update to 1.6.2.
...
* gnu/packages/games.scm (vcmi): Update to 1.6.2.
Change-Id: I2f46616ff77dcaf845ed5247f26a2057e6004751
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2025-01-07 18:40:04 +08:00
Andy Tai
05da567614
gnu: gama: Update to 2.32.
...
* gnu/packages/gps.scm (gama): Update to 2.32.
Change-Id: I2df8ec2485df74152e891eb6dd4e02315618d16e
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2025-01-07 18:40:04 +08:00
Andy Tai
73c658248b
gnu: tenacity: Update to 1.3.4.
...
* gnu/packages/audio.scm (tenacity): Update to 1.3.4.
Change-Id: I31a5c3f2162fea381a168d20b008914337678591
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2025-01-07 18:40:04 +08:00
Andy Tai
f561ac99e7
gnu: openshot: Update to 3.3.0.
...
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.4.0.
* gnu/packages/video.scm (libopenshot): Update to 0.4.0.
(openshot): Update to 3.3.0.
Change-Id: I6b234cfba69f1ec34895cacc42fc17e9d00723c8
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2025-01-07 18:40:04 +08:00
GNU Guix Live
abf5d2ac02
gnu: tinmop: Update to 0.9.9.1414213562373.
...
* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.1414213562373.
[native-inputs]: Add bash-completion, pkg-config and which.
[inputs]: Remove sbcl-osicat. Add sdl2-ttf.
[arguments]: Update 'fix-configure.ac phase. Remove 'fix-asdf phase.
Change-Id: Ib8eca6b1b6f36ca7bfdb7209605715be7215be76
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2025-01-07 18:40:04 +08:00
Ashish SHUKLA
44b233125b
gnu: loko-scheme: Update to 0.12.1.
...
* gnu/packages/loko.scm (loko-scheme): Update to 0.12.1.
[arguments]<#:phases>: Update phase "akku-fixes".
Change-Id: I5dd07a8cc1f0db336c56e4271eecbfdc61f1038f
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2025-01-07 18:40:04 +08:00
Danny Milosavljevic
b01e7b649f
gnu: whisper-cpp: Enable tests.
...
* gnu/packages/machine-learning.scm (whisper-cpp)[arguments]<#:tests?>: Remove.
Change-Id: I71964e4f3d43ff02f6aa529bd66700bd8ab63687
2025-01-07 11:10:15 +01:00
Danny Milosavljevic
329daafcc3
gnu: python-pint: Fix build.
...
* gnu/packages/python-xyz.scm (python-pint)[arguments]<#:test-flags>: Modify.
Change-Id: I6f7fc7c21a40325fc7f3b6536ae58e418337d4de
2025-01-07 02:25:41 +01:00
Danny Milosavljevic
5d9e839fce
gnu: python-mathics-core: Fix build.
...
* gnu/packages/maths.scm (python-mathics-core)[native-inputs]: Add
python-setuptools, python-wheel.
[arguments]<#:phases>[prepare-check]: Add phase.
Change-Id: I09976b9f6a3a8a67c6f786dc5626ff1894fe5b37
2025-01-07 01:37:29 +01:00
Danny Milosavljevic
1814aa769c
gnu: python-mathics-scanner: Fix build.
...
* gnu/packages/maths.scm (python-mathics-scanner)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: Ic7f2700846bdc8368d7f14568dc34a28da9d7c7e
2025-01-06 22:59:11 +01:00
John Kehayias
ee3673217b
gnu: Add hypridle.
...
* gnu/packages/wm.scm (hypridle): New variable.
Change-Id: I4eacd1f26153703fd8078e3895d9473573cb845b
2025-01-06 14:27:33 -05:00
John Kehayias
9c9bca4c55
gnu: xdg-desktop-portal-hyprland: Update to 1.3.9.
...
* gnu/packages/freedesktop.scm (xdg-desktop-portal-hyprland): Update to 1.3.9.
Change-Id: I7f1913bdb7121d2f48c4a3ee484e38dee8f5d8dc
2025-01-06 14:27:31 -05:00
Sisiutl
33fa8fd0d0
gnu: sdbus-c++: Update to 2.0.0.
...
* gnu/packages/glib.scm (sdbus-c++): Update to 2.0.0.
[arguments]<#:configure-flags>: Update to upstream names, prefixing with
"SDBUSCPP_" and changing "CODE_GEN" to "CODEGEN".
<#:phases>: Remove fix-elogind-requirement phase (no longer needed).
* gnu/packages/glib.scm (sdbus-c++-1.4.0): New variable.
* gnu/packages/jami.scm (libjami)[inputs]: Replace sdbus-c++ with
sdbus-c++-1.4.0.
Change-Id: Idb189f80212351cef6b5c8722982880bf5b51fe9
Signed-off-by: John Kehayias <john.kehayias@protonmail.com >
Co-authored-by: John Kehayias <john.kehayias@protonmail.com >
2025-01-06 14:27:26 -05:00
John Kehayias
0b4b22b6d3
gnu: hyprland: Add hyprland-qtutils to inputs.
...
Hyprland will warn and suggest on running that it expects to find binaries
from hyprland-qtutils.
* gnu/packages/wm.scm (hyprland)[inputs]: Add hyprland-qtutils.
[arguments]<#:phases>: Update fix-path phase.
Change-Id: I54a2331181636b7aad9abdf7dfef9e1ac9c9fc3c
Co-authored-by: Hilton Chain <hako@ultrarare.space >
Change-Id: I5ead782b0c981013f6b2cc0a9aac6102317fe285
2025-01-06 12:35:55 -05:00
John Kehayias
8f261686ec
gnu: Add hyprland-qtutils.
...
* gnu/packages/qt.scm (hyprland-qtutils): New variable.
Change-Id: I11d1460e29e456c3f69ea3bf018ef9f19969e342
2025-01-06 12:26:03 -05:00
Spencer King
84a68cffe6
gnu: Add julia-hostcpufeatures.
...
* gnu/packages/julia-xyz.scm (julia-hostcpufeatures): New variable.
Change-Id: I47ccade771b0316eb46c88aaa912dbc699eed453
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-01-06 16:25:38 +01:00
Spencer King
e2d0eba13c
gnu: Add julia-cpuid.
...
* gnu/packages/julia-xyz.scm (julia-cpuid): New variable.
Change-Id: Ifd9abfb142184c58941c97e959a4b5c9247ce1a8
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-01-06 16:24:46 +01:00
Yovan Naumovski
af6224359f
gnu: fennel: Update to 1.5.1.
...
* gnu/packages/lua.scm (fennel): Update to 1.5.1.
Change-Id: I6775e34e470a957a741a2b079d5e8040c98921d2
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-01-06 16:09:44 +01:00
Tomas Volf
cc58b52e15
services: rootless-podman-service-type: Allow not installing podman.
...
Sometimes you would want to skip on actually installing the podman package in
order to save disk space and bandwidth. Even without installing it globally,
podman can still be fetched via guix shell when required.
* gnu/services/containers.scm (package-or-#f?): New procedure.
(rootless-podman-configuration)<podman>: Change type to package-or-#f.
(rootless-podman-service-profile): Produce empty list if not podman package.
* doc/guix.texi (Miscellaneous Services): Document the change.
Change-Id: If533d913ea190558ce7e206d98ada4d805270594
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-01-06 16:05:04 +01:00
Alice BRENON
7a04ed4354
gnu: python-spacy: Fix build.
...
* gnu/packages/machine-learning.scm (python-spacy): Fix build.
[native-inputs]: Add python-wheel
Change-Id: I6550f6dc0cb1fb88fc733f6471f1831c4ba95977
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-01-06 15:53:17 +01:00
Andy Tai
88ffb61827
gnu: global: Update to 6.6.14.
...
* gnu/packages/code.scm (global): Update to 6.6.14.
Change-Id: Ia91dc9c67aeaba72090f5004a15e0fde32e0ce28
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn >
2025-01-06 18:50:22 +08:00
Andy Tai
1f0f5f6aea
gnu: adaptivecpp: Update to 24.10.0.
...
* gnu/packages/sycl.scm (adaptivecpp): Update to 24.10.0.
Change-Id: I209d67f7c868ac096d620a2230841fa9d9c171c9
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn >
2025-01-06 18:50:22 +08:00