1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 05:00:29 +02:00
Commit Graph

160757 Commits

Author SHA1 Message Date
Danny Milosavljevic
335c424a3d gnu: Add swift-bootstrap.
* gnu/packages/swift.scm (swift-bootstrap): New variable.
(%swift-bootstrap-source): New variable.
(%swift-libdispatch-source): New variable.
* gnu/local.mk (dist_patch_DATA): Add swift-5.7.3-sdk-path.patch,
  swift-5.7.3-sourcekit-rpath.patch,
  swift-corelibs-libdispatch-5.6.3-lock-cpp.patch,
  swift-corelibs-libdispatch-5.7.3-modulemap.patch.
* gnu/packages/patches/swift-5.7.3-sdk-path.patch: New file.
* gnu/packages/patches/swift-5.7.3-sourcekit-rpath.patch: New file.
* gnu/packages/patches/swift-corelibs-libdispatch-5.6.3-lock-cpp.patch: New file.
* gnu/packages/patches/swift-corelibs-libdispatch-5.7.3-modulemap.patch: New file.

Change-Id: Ibcab88d88be0cc9634f297d17174ca99060e4d98
2025-11-02 16:13:35 +01:00
Danny Milosavljevic
3aa493477c gnu: Add swift-llvm.
* gnu/packages/llvm.scm (swift-llvm): New variable.
* gnu/local.mk (dist_patch_DATA): Add swift-llvm-5.7.3-linux.patch.
* gnu/packages/patches/swift-llvm-5.7.3-linux.patch: New file.

Change-Id: Ifc456c68c8e1fc551b8a75ecfcda91813b8cacdc
2025-11-02 16:13:35 +01:00
Danny Milosavljevic
c3cacc0715 gnu: Add swift-cmark.
* gnu/packages/swift.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add reference to it.

Change-Id: I107a466da824670ce71f38b9e03be06b1e35612a
2025-11-02 16:13:34 +01:00
Nguyễn Gia Phong
8fbfa3c4c3 gnu: smartdns: Update to 47.
* gnu/packages/dns.scm (smartdns): Update to 47.

Change-Id: I4a0747d80e709f82b252145e6046f68f595beb42
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
2025-11-02 23:06:19 +08:00
dan
ac2306c5ad gnu: clang-17: Fix build with gcc-14 on ARM.
* gnu/packages/patches/clang-17.0-fix-build-with-gcc-14-on-arm.patch: New file.
* gnu/local.mk: Register it.
* gnu/packages/llvm.scm (clang-from-llvm): Treat patches as additional patches
when no hash provided.
(clang-17): Apply the patch.

Change-Id: I2c6580958c6d646703143872bbc59fd390e9cc95
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-11-02 23:06:17 +08:00
Mathieu Othacehe
5b3fa1658c gnu: tests: Fix gitile.
* gnu/tests/version-control.scm (%gitile-os): Disable strict owner validation
as /srv/git is root-owned.

Change-Id: I25457d2b333ec355822141f81d861087b719f782
2025-11-02 14:48:38 +01:00
Nguyễn Gia Phong
b7a3ad2922 services: gitile: Add git-owner-validation? configuration.
* gnu/services/version-control.scm (gitile-configuration):
  Add git-owner-validation? field.
* doc/guix.text (Version Control Services): Document it.

Change-Id: I7d35e66e512fcaae25a5eac138b0fb2437a7c70c
2025-11-02 14:48:38 +01:00
Mathieu Othacehe
04e9d68c57 gnu: gitolite: Update to 0.1.4-1feb300.
* gnu/packages/version-control.scm (gitolite): Update to 0.1.4-1feb300.

Change-Id: I559fccc703ee7ea08e544f75c966f3378840ba0a
2025-11-02 14:48:38 +01:00
Evgeny Pisemsky
2899ed6d9d services: git-http-nginx-location-configuration: Add gitconfig.
* gnu/services/version-control.scm (git-http-nginx-location-configuration):
Specify a global gitconfig that marks git-root as a safe directory.

Fixes: guix/guix#3649
Change-Id: I503cd05e3247a71a4bd07df49c276e04d3a43a81
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2025-11-02 14:28:13 +01:00
Mathieu Othacehe
93805c657b tests: installer: Fix gui-installed-desktop-os-encrypted.
* gnu/installer/services.scm (%system-services): Fix a typo.

Fixes: guix/guix#3636

Change-Id: I9b94474124df4da87784157d25fe39a1887c743b
2025-11-02 13:55:59 +01:00
Mathieu Othacehe
e6c9d02ea2 tests: installer: Display the final configuration file.
* gnu/installer/final.scm (install-system): Display the generated
configuration file in the syslog to ease installer tests debugging.

Change-Id: Ia5faf696a5244ece955616b4b9a350d057b93696
2025-11-02 13:54:26 +01:00
Artyom V. Poptsov
810dcc837c gnu: guile-dsv: Update to 0.8.0.
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.8.0.

Change-Id: I388014feb3881e3f57e1bb5051c83874549080af
2025-11-02 15:33:03 +03:00
Artyom V. Poptsov
12c7c1e389 gnu: Fix whitespace issues in "guile-xyz" module.
* gnu/packages/guile-xyz.scm: Fix whitepsace issues.

Change-Id: I3b2292b8e9aa1d155a45bf6ad965101d9193bcb3
2025-11-02 15:32:49 +03:00
AwesomeAdam54321
44fb5c6aec gnu: Add mc2mt.
* gnu/packages/game-development.scm (mc2mt): New variable.
* gnu/packages/patches/mc2mt-add-packaging-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.

Change-Id: Ia4b268ab1c3f104bb81f386e220be47d2356e539
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2025-11-02 11:27:20 +01:00
AwesomeAdam54321
43f16447d0 gnu: Add python-anvil-parser.
* gnu/packages/game-development.scm (python-anvil-parser): New variable.

Change-Id: Ie51482ab1710f85e389bfcdfb4b75ba0e1ec3833
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2025-11-02 11:27:20 +01:00
AwesomeAdam54321
304522c186 gnu: Add python-nbt.
* gnu/packages/game-development.scm (python-nbt): New variable.

Change-Id: Ib81e96b4abc45aec5eb8b3f785588e449507c957
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2025-11-02 11:27:19 +01:00
Artyom V. Poptsov
28b5d5c9db gnu: clipit: Fix build with gcc-14.
* gnu/packages/gtk.scm (clipit): Fix build with gcc-14.
[arguments]<#:phases>: Add "relax-gcc-14-strictness" phase.

Change-Id: If09a119c8827632288ec853062094b1d69e50197
2025-11-02 09:44:52 +03:00
宋文武
c4b8e5562c gnu: gambas: Remove Qt5 inputs.
* gnu/packages/gambas.scm (gambas)[inputs]: Remove qtbase-5, qtsvg-5,
qtwebengine-5 and qtx11extras.

Closes: guix/guix#3764
Change-Id: Ib9510a5a58af7c8a89a133ced595fd57cc82c60c
2025-11-02 13:13:57 +08:00
ColdSideOfYourPillow
2e59bbc440 gnu: Add emacs-erc-irc-format.
* gnu/packages/emacs-xyz.scm (emacs-erc-irc-format): New variable.

Change-Id: I7089b1dd25a2698d714b42f4991aa2a6ed91144c
Signed-off-by: jgart <jgart@dismail.de>
2025-11-01 12:54:11 -05:00
moksh
827aad9427 gnu: Add emacs-org-block-capf.
* gnu/packages/emacs-xyz.scm (emacs-org-block-capf): New variable.

Change-Id: Iaccf720ce44e3e27bc749ecdd855272598be5d23
Signed-off-by: moksh <mysticmoksh@riseup.net>
Signed-off-by: jgart <jgart@dismail.de>
2025-11-01 12:47:05 -05:00
Zhu Zihao
659fef43d0 gnu: emacs-paredit: Update source and home-page URL.
This change was confirmed by Taylor R. Campbell, the author of Paredit.
See https://lists.gnu.org/archive/html/emacs-devel/2025-10/msg00726.html.

* gnu/packages/emacs-xyz.scm (emacs-paredit)[source]: Switch URL.
[home-page]: Switch URL.

Change-Id: I7e5ce176d5189b52831e8fc7c6bd986826f862ef
Signed-off-by: jgart <jgart@dismail.de>
2025-11-01 12:26:07 -05:00
Guillaume Le Vaillant
513898aac0 gnu: eisl: Update to 5.56.
* gnu/packages/lisp.scm (eisl): Update to 5.56.
  [native-inputs]: Remove cppcheck.
  [arguments]: Add 'build-library' phase.

Change-Id: I804b3eea4aaa1a904d800ea5dc03dbcbe4dcd3fc
2025-11-01 16:16:14 +01:00
Guillaume Le Vaillant
c06c6b41b7 gnu: cl-simple-optimization: Update to 1.1.
* gnu/packages/lisp-xyz.scm (sbcl-simple-optimization): Update to 1.1.

Change-Id: I5d6381fecd2a3cd86a1d5e1c07d1c6b3014ebd2a
2025-11-01 16:16:14 +01:00
Guillaume Le Vaillant
44c1ebdd09 gnu: gcl: Update to 2.7.1.
* gnu/packages/lisp.scm (gcl): Update to 2.7.1.
  [arguments]: Remove custom 'test-target', 'configure-flags' and
  'make-flags'. Update 'fix-makefile' and 'pre-conf' phases.

Change-Id: I15c87b12212ede9a86d198c2dd5609f3dc262dc6
2025-11-01 16:16:14 +01:00
Janneke Nieuwenhuizen
72c5fcd39e gnu: python-ml-collections: Fix build.
* gnu/packages/machine-learning.scm (python-ml-collections)
[propagated-inputs]: Add python-six.

Change-Id: I171afef3f31d792f2016cf6a8dee0a6add3308e0
2025-11-01 16:12:29 +01:00
André Batista
39bce2c655 gnu: noscript: Update to 13.2.1.
* gnu/packages/browser-extensions.scm (noscript): Update to 13.2.1.

Change-Id: I1b66756ceed1c82f2aeaba38f878355f8b7bcf9c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-01 12:49:44 +01:00
Ashish SHUKLA
ecf964c023 gnu: Add schemesh.
* gnu/packages/chez.scm: New variable.

Change-Id: Ic484602c51589ef5f9983fa7d83553a18c2ff5d1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-01 12:44:59 +01:00
Ludovic Courtès
489e943275 gnu: telepathy-gabble, telepathy-salut: Fix wocky compilation.
* gnu/packages/freedesktop.scm (telepathy-gabble)[source]: Add ‘snippet’.
(telepathy-salut)[source]: Likewise.

Fixes: guix/guix#3662
Change-Id: I33f7be07481e3ae4b406a45ad07e3f8afedf2b46
2025-11-01 12:36:25 +01:00
Ashish SHUKLA
66399fea0e gnu: Add hpn-ssh.
* gnu/packages/ssh.scm: New variables.

Change-Id: Ia3481d8415665d08a91898c202bf694a4a773182
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-01 12:33:04 +01:00
Julian Flake
9864e2d983 gnu: Add espanso.
* gnu/packages/rust-apps.scm (espanso-x11, espanso-wayland): New variables.
* gnu/packages/rust-crates.scm: Update.

Change-Id: I009f0f635e4a7dc8a8ba404026f05e83e46e4003
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-01 12:22:53 +01:00
Cayetano Santos
071b31a880 gnu: python-ml-dtypes: Update to 0.5.3.
* gnu/packages/machine-learning.scm (python-ml-dtypes): Update to 0.5.3.
[native-inputs]: Remove python-wheel.
[source]: Add snippet.

Change-Id: I33988d41ab5967346921c054c5c4f4040e5427df
Signed-off-by: jgart <jgart@dismail.de>
2025-10-31 18:58:51 -05:00
Vagrant Cascadian
0a5e1e5bcf gnu: diffoscope: Update to 307.
* gnu/packages/diffoscope.scm (diffoscope): Update to 307.
2025-10-31 13:02:46 -07:00
Artyom V. Poptsov
b77a918e54 gnu: mpb: Fix build with gcc-14.
* gnu/packages/engineering.scm (mpb): Fix build with gcc-14.
[arguments]<#:phases>: Add "relax-gcc-14-strictness" phase.

Change-Id: I50c0b7507221a2c738d165b33e99474c65300130
2025-10-31 22:54:31 +03:00
Artyom V. Poptsov
3df60427c6 gnu: harminv: Update to 1.4.2.
* gnu/packages/engineering.scm (harminv): Update to 1.4.2.

Change-Id: I390fe0dcf82170777f2c8c3c8ee0d8b389f9ed95
2025-10-31 22:54:31 +03:00
Lilah Tascheter
cbee75d29e gnu: hare: Use hare-build-system.
* gnu/packages/hare.scm
  (hare-supported-systems,target->hare-arch): Remove in favor of
  equivalent definitions in (gnu build-system hare).

  (harec,hare,hare-update)[supported-systems]: Update to
  %hare-supported-systems imported from (gnu build-system hare).

  (hare-update)[build-system]: Switch to hare-build-system.
  [arguments]<make-flags>: Remove. Now handled by hare-build-system.
  <phases>: Don't delete configure, and genrules before build.

Change-Id: Idc0e00815e737029aef7af72e04b6d6c572b0fb9
Signed-off-by: jgart <jgart@dismail.de>
2025-10-31 13:38:15 -05:00
Artyom V. Poptsov
08971b6956 gnu: asco: Fix build with gcc-14.
* gnu/packages/engineering.scm (asco): Fix build with gcc-14.
[arguments]<#:phases>: Add "relax-gcc-14-strictness" phase.

Change-Id: I6943dc730013cf22a277ed87de422de52b8aece0
2025-10-31 20:01:44 +03:00
Efraim Flashner
dc256a2d68 gnu: dbxfs: Don't propagate inputs.
* gnu/packages/file-systems.scm (dbxfs)[propagated-inputs]: Move from
here ...
[inputs]: ... to here.

Change-Id: I7cf2cc0b3db7c8bc37b31995e44cdaab5ce434fa
2025-10-31 16:26:24 +02:00
Efraim Flashner
b0db8b7a9b gnu: dbxfs: Update inputs.
* gnu/packages/file-systems.scm (dbxfs)[propagated-inputs]: Remove
python-appdirs.  Add python-platformdirs.

Change-Id: I138d164d686b21c4329bc733519ae5dd8d4cf4fa
2025-10-31 16:26:20 +02:00
Guillaume Le Vaillant
97e9fad7d2 gnu: Add cl-simple-optimization.
* gnu/packages/lisp-xyz.scm (cl-simple-optimization, ecl-simple-optimization,
  sbcl-simple-optimization): New variables.

Change-Id: I26dccec7feca64c7e55476c2be377b1c7fd90a83
2025-10-31 11:00:55 +01:00
Guillaume Le Vaillant
7bd14cf0a1 gnu: cl-simple-matrix: Update to 3.4.
* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 3.4.

Change-Id: I292750ec4e32419d946e1eb9dbdb713abf90055d
2025-10-31 10:53:26 +01:00
ROCKTAKEY
2561dc8341 gnu: uv: Keep feature flags in Cargo.toml.
Original `substitute*` replaces `git.*, rev.*}` with `version = \"*\"}`, which causes feature flags removal.
For example, `uvx ruff --version` failed with error:
```text
  × Failed to download `ruff==0.14.2`
  ├─▶ Failed to extract archive: ruff-0.14.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  ╰─▶ compression not supported: 8
```
This pull request fixes it.

* gnu/packages/rust-apps.scm (uv) [#:phases] <use-guix-vendored-dependencies>:
Keep feature flags.

Change-Id: Ia5af4ba922b4b6f38e83d2bcb3e51b26f869ffff
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-10-31 16:04:12 +08:00
Maxim Cournoyer
66599e2e77 gnu: icecat: Patch to .desktop file, to fix opening file or links.
* gnu/packages/patches/icecat-adjust-mozilla-desktop.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnuzilla.scm (icecat-minimal)
[#phases] {apply-guix-specific-patches}: Apply it.

Fixes: #3566
Suggested-by: Ron Nazarov <ron@noisytoot.org>
Change-Id: I1fcc0829a4d079e4154be2f186bf9bab4da92e3f
2025-10-31 12:40:31 +09:00
Sören Tempel
e08fffcd9a gnu: cproc: Update to version 0.0-3.14a8916.
* gnu/packages/c.scm (cproc): Update to version 0.0-3.14a8916.

Change-Id: I4f3637b3adbce108c5ebf9e47bbba7a893846b55
Signed-off-by: jgart <jgart@dismail.de>
2025-10-30 21:54:06 -05:00
Sören Tempel
dcd1c17973 gnu: loksh: Update to 7.8.
* gnu/packages/shells.scm (loksh): Update to 7.8.

Signed-off-by: jgart <jgart@dismail.de>
2025-10-30 21:06:58 -05:00
Nicolas Goaziou
1a33ec8491 gnu: nauty: Update to 2.9.1.
* gnu/packages/maths.scm (nauty): Update to 2.9.1.
[arguments]: Run all tests, now passing.

Change-Id: Ic6b5529765f5313d2c30a7b3fd18bb1593e489b8
2025-10-30 21:16:09 +01:00
Nicolas Goaziou
266ad5b8ba gnu: ode: Update to 0.16.6.
* gnu/packages/game-development.scm (ode): Update to 0.16.6.

Change-Id: I4d6923513d6630a544cc7edae69dbc0c6e6263a0
2025-10-30 21:16:08 +01:00
Ashish SHUKLA
c94791de26 gnu: git-minimal: Update to 2.51.2.
* gnu/packages/version-control.scm (git-minimal): Update to 2.51.2.

Change-Id: I804d79f4d54dce728d5c6bce65389e5898e19471
Signed-off-by: Greg Hogan <code@greghogan.com>
2025-10-30 19:47:28 +00:00
Nicolas Goaziou
ec0f451a02 gnu: pdfarranger: Update to 1.12.1.
* gnu/packages/pdf.scm (pdfarranger): Update to 1.12.1.

Change-Id: Ib638590dcb5870034acf8acd533cb8e20c1dffa8
2025-10-30 20:43:09 +01:00
Nicolas Goaziou
e1fcd2cc55 gnu: img2pdf: Update to 0.6.1.
* gnu/packages/pdf.scm (img2pdf): Update to 0.6.1.

Change-Id: Id7a20c9e23f28d787356c657b109ce36fbe55769
2025-10-30 20:43:09 +01:00
Sharlatan Hellseher
1564aa3587 gnu: Add genetic.
* gnu/packages/astronomy.scm (genetic): New variable.

Change-Id: I2b4bcb69c970c8869acd300056326b665e00c1f3
2025-10-30 18:34:56 +00:00