Age | Commit message (Expand) | Author |
2024-12-23 | gnu: hugs: Fix build with GCC....* gnu/packages/patches/hugs-fix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/hugs.scm (hugs)[source]: Use it.
[native-inputs]: Remove.
Change-Id: I8b17f6c8a89fbc25ac9fe40b58962c83b08cbc21
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Homo |
2024-12-23 | gnu: git: Update to 2.47.1....* gnu/packages/version-control.scm (git-minimal): Update to 2.47.1.
(git)[arguments]<install-man-pages>: Update hash.
Change-Id: I43b730ab22dbf3c8750936cb342f96342b9ca0b0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ashish SHUKLA |
2024-12-23 | gnu: proof-general: Update to 4.5-2.d668946....* gnu/packages/coq.scm (proof-general): Update to 4.5-2.d668946.
[phases] Remove unneeded phases and fix shebang fix.
Change-Id: I5ce2775cf18775737853d76b5a50d461aa9d14e6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Morgan Smith |
2024-12-23 | gnu: passt: Update to 2024_12_11.09478d5....* gnu/packages/containers.scm (passt): Update to 2024_12_11.09478d5.
Change-Id: Ib4dab58099337a711fdbca3d700804b8d251d7c7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tomas Volf |
2024-12-23 | gnu: radicale: Update to 3.3.2....* gnu/packages/dav.scm (radicale): Update to 3.3.2.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove no longer used python-pytest-runner. Add
python-setuptools and python-wheel.
[propagated-inputs]: Remove no longer used python-dateutil. Add
python-pika.
Change-Id: I2fa789fb828cba01bb246e1f747cf170881fc3bb
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jonathan Brielmaier |
2024-12-23 | gnu: Add pam-hooks....* gnu/packages/admin.scm (pam-hooks): Add variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Graves |
2024-12-23 | gnu: home: Replace rename in update-symlinks scripts....* gnu/home/services/symlink-manager.scm (update-symlinks): Use
copy-file and delete-file instead of rename-file to avoid an error
when the target and backup are not in the same filesystem.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Graves |
2024-12-23 | services: syslog: Adjust service for rsyslog compatibility....* gnu/services/base.scm (syslog-shepherd-service): Change flag for designating
configuration file. The long option is not compatible with rsyslog while the
short is; switch to the short one.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jean-Baptiste Note |
2024-12-23 | services: syslog: Add extra-options argument to syslog service....* gnu/services/base.scm (<syslog-configuration>): Add extra-options field.
(syslog-shepherd-service): Use it when running the service.
* doc/guix.texi: Document it.
Change-Id: I540d070b9a9678b45ec9fa28d6fdc761f9b3fd9a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jean-Baptiste Note |
2024-12-23 | gnu: openmpi@4: Hard-code file name of ‘ssh’ command....This patch fixes a runtime error when launching an MPI program using
mpiexec/mpirun in an environment where the ssh command is not
available.
* gnu/packages/mpi.scm (openmpi-4)[inputs]: Add openssh-sans-x.
(openmpi-4)[arguments]: Fix path in code.
Change-Id: I65255186c37b6eaba3c283c7046163abc2cb38b7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Romain GARBAGE |
2024-12-23 | gnu: cadabra2: Fix paths....* gnu/packages/engineering.scm (cadabra2)[arguments]<#:phases>[patch-paths]:
New phase.
Change-Id: If22ed61f74531bd685c0e588a954982e63cb2d33
| Danny Milosavljevic |
2024-12-23 | gnu: python-nbclassic: Fix build....* gnu/packages/jupyter.scm (python-nbclassic)[propagated-inputs]: Add
python-webcolors-24.
Change-Id: I57158358594a6cc05814bb608bee1b268f90f6c8
| Danny Milosavljevic |
2024-12-23 | gnu: python-emoji: Propagate python-typing-extensions....The core module imports typing_extensions, so these are likely meant to be propagated.
* gnu/packages/python-xyz.scm (python-emoji)[native-inputs]: Move
python-typing-extensions from here…
[propagated-inputs]: … to here.
Signed-off-by: jgart <jgart@dismail.de>
| Liliana Marie Prikler |
2024-12-23 | gnu: python-pypandoc: Use gexp style....* gnu/packages/python-xyz.scm (python-pypandoc): Use gexp style.
Signed-off-by: jgart <jgart@dismail.de>
Change-Id: Id1197e0683b43481ebb39bc8dd1aa55acf3ec03b
| jgart |
2024-12-23 | gnu: python-pypandoc: Fix build....* gnu/packages/python-xyz.scm (python-pypandoc): Fix build.
[native-inputs]: Add python-setuptools.
[home-page]: Follow redirect.
Signed-off-by: jgart <jgart@dismail.de>
Change-Id: Id1197e0683b43481ebb39bc8dd1aa55acf3ec03b
| Aaron Covrig |
2024-12-24 | gnu: elfutils: Fix cross-compilation....* gnu/packages/elf.scm (elfutils): Fix cross-compilation
[arguments]: When cross-compilation, apply patch.
<#:phases>: Use G-expressions.
* gnu/packages/patches/elfutils-libdwfl-string-overflow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: Ia1ab9c09124a140608bda34bf62f0ae80eb44f9b
| Zheng Junjie |
2024-12-23 | gnu: python-pytest-qt: Update to 4.4.0....* gnu/packages/python-check.scm (python-pytest-qt): Update to 4.4.0.
Change-Id: I33b8f8be6b6d7cb3e8bac1784fdf22787f24b631
| Danny Milosavljevic |
2024-12-23 | gnu: Add ocaml-lsp-server....* gnu/packages/ocaml.scm (ocaml-lsp-server): New variable.
Change-Id: Ib861dea3d7d00d570f253ffc3b4955e547dc2676
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: ocaml-merlin-lib: Update to 4.14....* gnu/packages/ocaml.scm (ocaml-merlin-lib): Update to 4.14-414.
* gnu/packages/ocaml.scm (ocaml-merlin-lib-500): Update to 4.14-500.
Change-Id: I5b2117f34eca6d55b95413a7fefc29c4acdee7e5
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: Add ocamlformat-rpc-lib....* gnu/packages/ocaml.scm (ocamlformat-rpc-lib): New variable.
Change-Id: If936fc70e541c5bf93bb021d8cc9f770b2d5329d
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: Add ocaml-fiber....* gnu/packages/ocaml.scm (ocaml-fiber): New variable.
Change-Id: Ibfab7cde463c806a89836bc42e3b84720fbf7206
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: Add ocaml-chrome-trace....* gnu/packages/ocaml.scm (ocaml-chrome-trace): New variable.
Change-Id: I24dd519d913ea240c3500b824e2342a33d34ed1a
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: Add ocamlc-loc....* gnu/packages/ocaml.scm (ocamlc-loc): New variable.
Change-Id: I0bcc2666d8030f067b964647400ff31e9302d1c7
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: Add dune-rpc....* gnu/packages/ocaml.scm (dune-rpc): New variable.
Change-Id: Ic6488d3517d9bb4dc5a2e55d93be3ceee2103a3e
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: Add ocaml-xdg....* gnu/packages/ocaml.scm (ocaml-xdg): New variable.
Change-Id: I88bc2fd7bb55d721ce1887a727480338dea0590c
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: ocaml-dune-build-info: Fix package....* gnu/packages/ocaml.scm (ocaml-dune-build-info): Inherit same way as
other dune packages.
Change-Id: I6836bbe6a9860aee8e5fc672e65a1c577690d324
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: Add ocaml-ppx-yojson-conv-lib....* gnu/packages/ocaml.scm (ocaml-ppx-yojson-conv-lib): New variable.
Change-Id: Ifd7d64e88dc873bff08ac393779ecc86594455a1
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: Fix dune-ordering...* gnu/packages/ocaml.scm (dune-ordering): fix dune-ordering to make
it and its inherited packages compatible with package-with-ocaml5.0
Change-Id: I07dc1e9fe32903a019da846cd6e40333619a3f36
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Benjamin |
2024-12-23 | gnu: podman: Add "docker" output....* gnu/packages/containers.scm (podman)[arguments]<#:phases>[install-docker]:
New phase.
Change-Id: I1abaa6412180185808a5c286ec5d2f7e117dcbc7
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| Zongyuan Li |
2024-12-23 | gnu: packages/golang-crypto: Sort....* gnu/packages/golang-crypto.scm (go-github-com-nats-io-jwt-v2,
go-github-com-nats-io-nkeys, go-gitlab-com-yawning-edwards25519-extra):
Sort variable alphabetically.
Change-Id: Idde004a4f7e7add87e47c7b1cbc75e0e92597e17
| Sharlatan Hellseher |
2024-12-23 | gnu: reuse: Update to 5.0.2....* gnu/packages/license.scm (reuse): Update to 5.0.2.
[arguments]: Skip test_simple via #:test-flags.
[inputs]: Remove python-setuptools; add python-attrs, python-click,
python-freezegun and python-tomlkit.
[license]: Add cc0 and cc-by-sa4.0.
Change-Id: I66b800fcd2ebae694cea51a55d065d2f70236d8b
Co-authored-by: Evgeny Pisemsky <mail@pisemsky.site>
| Maxim Cournoyer |
2024-12-22 | gnu: rust-c2rust-ast-exporter: Do not propagate tinycbor origin....Doing so breaks ‘package->manifest-entry’:
guix/profiles.scm:377:19: In procedure default-properties:
In procedure package-properties: Wrong type argument: #<origin #<<git-reference> url: "https://github.com/intel/tinycbor.git" commit: "d393c16f3eb30d0c47e6f9d92db62272f0ec4dc7" recursive?: #f> #<content-hash sha256:0w38lzj0rz36skc1cn3shllc82c7nn32h88frb8f164a8haq3hkw> () 7fd539f5f8a0>
* gnu/packages/c2rust.scm (rust-c2rust-ast-exporter-0.18)[propagated-inputs]:
Remove. Move “tinycbor-src” to…
[inputs]: … here. Add labels.
Change-Id: Ib4a0896ef3c455dd6c059da17c70e9d56fc305cc
| Ludovic Courtès |
2024-12-22 | gnu: python-pbr: Use git-minimal/pinned....This helps reduce the dependencies on git, as I think it's find to build with
a slightly older git, at least during periods when git-minimal/pinned needs
updating.
* gnu/packages/version-control.scm (python-pbr)[propagated-inputs]: Use
git-minimal/pinned.
Change-Id: Ib90056a1a603e06a99b5c601f9fcba7375dc24ac
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Christopher Baines |
2024-12-22 | gnu: pre-commit: Switch to ‘git-minimal/pinned’....* gnu/packages/version-control.scm (pre-commit)[native-inputs]: Switch
to ‘git-minimal/pinned’.
Change-Id: I22e09c753a0c4bdd6a904eb2113e5f496f6316d6
| Ludovic Courtès |
2024-12-22 | gnu: python-reno: Switch to ‘git-minimal/pinned’....* gnu/packages/openstack.scm (python-reno)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: I58c87aba5c6f12991f140e73a55d075a3e21534e
| Ludovic Courtès |
2024-12-22 | gnu: rust-git2: Switch to ‘git-minimal/pinned’....* gnu/packages/crates-vcs.scm (rust-git2-0.15)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: If2cb4c4644bc239a363239ad287acc132db4622d
| Ludovic Courtès |
2024-12-22 | gnu: podman: Switch to ‘git-minimal/pinned’....* gnu/packages/containers.scm (podman)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: I45d774bcd5e0b0e84d934c7368645265fb4459af
| Ludovic Courtès |
2024-12-22 | gnu: crun: Switch to ‘git-minimal/pinned'....* gnu/packages/containers.scm (crun)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: Ie212ec7fa9ee7e82bf20446e2bfc8d8607264481
| Ludovic Courtès |
2024-12-22 | gnu: python-kanon: Switch to ‘git-minimal/pinned’....* gnu/packages/astronomy.scm (python-kanon)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: I2e16f2625494d6a81f62438981946b83d562b8ae
| Ludovic Courtès |
2024-12-22 | gnu: python-gitdb: Switch to ‘git-minimal/pinned’....* gnu/packages/version-control.scm (python-gitdb)[native-inputs]: Switch
to ‘git-minimal/pinned’.
Change-Id: I0ed536979d1f737d638120968c07ed61eb19de02
| Ludovic Courtès |
2024-12-22 | gnu: python-gitpython: Switch to ‘git-minimal/pinned’....This will allow updating ‘git-minimal’ and ‘git’ without triggering a
rebuild of ‘python-gitpython’ and its 3.5K dependents.
* gnu/packages/version-control.scm (python-gitpython): Depend on
‘git-minimal/pinned’ instead of ‘git’.
Change-Id: I7f635270eb915919a40ceb8f0ed2031a8749c75c
| Ludovic Courtès |
2024-12-22 | gnu: python-gitpython: Rewrite to use gexps....* gnu/packages/version-control.scm (python-gitpython)[arguments]: Change
to gexps; use ‘search-input-file’.
Change-Id: I4fb2ce74262a05aaf32644dd3b8bfb674747fdbe
| Ludovic Courtès |
2024-12-22 | gnu: book-sparc: Fix a typo....* gnu/packages/books.scm (book-sparc) [description]: Fix a typo.
Change-Id: I73f3a7644eefff9610d06b051db5b39484affc3c
| Artyom V. Poptsov |
2024-12-22 | gnu: book-sparc: Update to 2.3.0....* gnu/packages/books.scm (book-sparc): Update to 2.3.0.
Change-Id: Icc19e8ec36b361f6d1df3424d4c95a64384bd637
| Artyom V. Poptsov |
2024-12-22 | gnu: python-primecountpy: Fix build....* gnu/packages/maths.scm (python-primecountpy)[native-inputs]: Add
python-wheel.
Change-Id: I5d2034b237106291b2453b25a94b0d164b7ece49
| Vinicius Monego |
2024-12-22 | gnu: python-memory-allocator: Fix build....* gnu/packages/sagemath.scm (python-memory-allocator)[native-inputs]: Add
python-wheel.
Change-Id: I9063bb110114285030b06ed403f324b9adddf53e
| Vinicius Monego |
2024-12-22 | gnu: Add missing import....This is a followup to 696d949dccf66cbe953eebf329553e4d26ea7f0a.
Change-Id: I27ab43de95f976fc255a3dc9f1b85e906b869e52
| Zheng Junjie |
2024-12-22 | gnu: mold: Update to 2.35.1....* gnu/packages/mold.scm (mold): Update to 2.35.1.
Change-Id: Id7e6760a35a16ca531fad59d21ccd14f6eafb878
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Ashish SHUKLA |
2024-12-22 | gnu: yosys: Update to 0.48....* gnu/packages/fpga.scm (yosys): Update to 0.48.
Change-Id: Ie54690664ae42dd306c465112ba3d9d1610c728f
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Cayetano Santos |
2024-12-22 | Revert "gnu: Add perl-gd."...This reverts commit 7bc9a96c38de5ed14af45fe53bc9acbd25fda190.
This package is a duplicate
| Efraim Flashner |