Richard Sent
f1c2681542
deploy: Add ‘--expression’.
...
* guix/scripts/deploy.scm (show-help): Add help.
(%options): Add -e and --expression.
(guix-deploy): Use expression and check for invalid flag combinations.
Change-Id: I200c9ff0c9a8c686efff4a21cd33c10429f3c73e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-12-23 20:45:32 +01:00
Richard Sent
5c54300b78
weather: Reword the help message for the expression flag.
...
* guix/scripts/weather.scm (show-help): Reword help.
Change-Id: I670dc0c8f89b81e2f7f8b5d7a9a05f74b3ac9cdd
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-12-23 20:45:32 +01:00
Jean-Baptiste Note
786aff3785
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>
2024-12-23 20:45:32 +01:00
Jean-Baptiste Note
b732d702f9
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>
2024-12-23 20:45:31 +01:00
Romain GARBAGE
ecb8ca6266
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>
2024-12-23 20:45:31 +01:00
Danny Milosavljevic
8b94d3d5b1
gnu: cadabra2: Fix paths.
...
* gnu/packages/engineering.scm (cadabra2)[arguments]<#:phases>[patch-paths]:
New phase.
Change-Id: If22ed61f74531bd685c0e588a954982e63cb2d33
2024-12-23 19:26:17 +01:00
Danny Milosavljevic
907b6bb51a
gnu: python-nbclassic: Fix build.
...
* gnu/packages/jupyter.scm (python-nbclassic)[propagated-inputs]: Add
python-webcolors-24.
Change-Id: I57158358594a6cc05814bb608bee1b268f90f6c8
2024-12-23 19:26:17 +01:00
Liliana Marie Prikler
64774d7686
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>
2024-12-23 11:11:35 -06:00
jgart
ded0009758
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
2024-12-23 10:57:30 -06:00
Aaron Covrig
5f97c07540
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
2024-12-23 10:57:30 -06:00
Zheng Junjie
3e92082463
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
2024-12-24 00:46:02 +08:00
Danny Milosavljevic
1a55fa23d8
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
2024-12-23 12:32:50 +01:00
Benjamin
8e5406c1cc
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>
2024-12-23 11:49:02 +01:00
Benjamin
11f05fbab9
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>
2024-12-23 11:48:51 +01:00
Benjamin
70b5ac94a2
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>
2024-12-23 11:48:36 +01:00
Benjamin
87d36c1e31
gnu: Add ocaml-fiber.
...
* gnu/packages/ocaml.scm (ocaml-fiber): New variable.
Change-Id: Ibfab7cde463c806a89836bc42e3b84720fbf7206
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23 11:48:28 +01:00
Benjamin
31a1e7d375
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>
2024-12-23 11:48:16 +01:00
Benjamin
4075cda947
gnu: Add ocamlc-loc.
...
* gnu/packages/ocaml.scm (ocamlc-loc): New variable.
Change-Id: I0bcc2666d8030f067b964647400ff31e9302d1c7
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23 11:48:04 +01:00
Benjamin
5051fedad8
gnu: Add dune-rpc.
...
* gnu/packages/ocaml.scm (dune-rpc): New variable.
Change-Id: Ic6488d3517d9bb4dc5a2e55d93be3ceee2103a3e
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23 11:47:58 +01:00
Benjamin
9dade47155
gnu: Add ocaml-xdg.
...
* gnu/packages/ocaml.scm (ocaml-xdg): New variable.
Change-Id: I88bc2fd7bb55d721ce1887a727480338dea0590c
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23 11:47:48 +01:00
Benjamin
2b872b27df
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>
2024-12-23 11:46:36 +01:00
Benjamin
861866bef3
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>
2024-12-23 11:45:51 +01:00
Benjamin
0ac6a2eaaf
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>
2024-12-23 11:45:39 +01:00
Zongyuan Li
66f64e0ee8
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>
2024-12-23 11:02:42 +01:00
Sharlatan Hellseher
52f5c0fa89
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
2024-12-23 09:28:15 +00:00
Maxim Cournoyer
06ca44f70f
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>
2024-12-23 17:41:38 +09:00
Ludovic Courtès
30fdffc4b5
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
2024-12-22 23:15:03 +01:00
Christopher Baines
988ceea743
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>
2024-12-22 22:56:01 +01:00
Ludovic Courtès
976ea30c46
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
2024-12-22 22:55:33 +01:00
Ludovic Courtès
8560cddd0a
gnu: python-reno: Switch to ‘git-minimal/pinned’.
...
* gnu/packages/openstack.scm (python-reno)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: I58c87aba5c6f12991f140e73a55d075a3e21534e
2024-12-22 22:55:33 +01:00
Ludovic Courtès
37e624859b
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
2024-12-22 22:55:33 +01:00
Ludovic Courtès
d8f413eb52
gnu: podman: Switch to ‘git-minimal/pinned’.
...
* gnu/packages/containers.scm (podman)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: I45d774bcd5e0b0e84d934c7368645265fb4459af
2024-12-22 22:55:32 +01:00
Ludovic Courtès
b3ee0f54ff
gnu: crun: Switch to ‘git-minimal/pinned'.
...
* gnu/packages/containers.scm (crun)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: Ie212ec7fa9ee7e82bf20446e2bfc8d8607264481
2024-12-22 22:55:32 +01:00
Ludovic Courtès
b2754935cc
gnu: python-kanon: Switch to ‘git-minimal/pinned’.
...
* gnu/packages/astronomy.scm (python-kanon)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: I2e16f2625494d6a81f62438981946b83d562b8ae
2024-12-22 22:55:32 +01:00
Ludovic Courtès
1cb16d8aba
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
2024-12-22 22:55:32 +01:00
Ludovic Courtès
549e0f2fa7
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
2024-12-22 22:55:32 +01:00
Ludovic Courtès
43c16ce7fa
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
2024-12-22 22:55:32 +01:00
Artyom V. Poptsov
f63c81d8af
gnu: book-sparc: Fix a typo.
...
* gnu/packages/books.scm (book-sparc) [description]: Fix a typo.
Change-Id: I73f3a7644eefff9610d06b051db5b39484affc3c
2024-12-22 23:04:12 +03:00
Artyom V. Poptsov
877601d7e0
gnu: book-sparc: Update to 2.3.0.
...
* gnu/packages/books.scm (book-sparc): Update to 2.3.0.
Change-Id: Icc19e8ec36b361f6d1df3424d4c95a64384bd637
2024-12-22 21:06:40 +03:00
Vinicius Monego
da94cd1ea6
gnu: python-primecountpy: Fix build.
...
* gnu/packages/maths.scm (python-primecountpy)[native-inputs]: Add
python-wheel.
Change-Id: I5d2034b237106291b2453b25a94b0d164b7ece49
2024-12-22 14:00:56 -03:00
Vinicius Monego
25c98faab7
gnu: python-memory-allocator: Fix build.
...
* gnu/packages/sagemath.scm (python-memory-allocator)[native-inputs]: Add
python-wheel.
Change-Id: I9063bb110114285030b06ed403f324b9adddf53e
2024-12-22 14:00:52 -03:00
Zheng Junjie
1ca065fe68
gnu: Add missing import.
...
This is a followup to 696d949dcc
.
Change-Id: I27ab43de95f976fc255a3dc9f1b85e906b869e52
2024-12-22 22:39:01 +08:00
Ashish SHUKLA
97d2c81cb7
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>
2024-12-22 22:04:46 +08:00
Cayetano Santos
ecfcb052a6
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>
2024-12-22 22:04:43 +08:00
Efraim Flashner
696d949dcc
Revert "gnu: Add perl-gd."
...
This reverts commit 7bc9a96c38
.
This package is a duplicate
2024-12-22 15:51:11 +02:00
unmush
84df0c4f39
gnu: Add mono-6.12.0.
...
This includes a patch to add support for a <runpath> element to
mono's *.dll.config and *.exe.config files. See
mono-6.12.0-add-runpath.patch for details.
* gnu/packages/dotnet.scm (mono-6.12.0-external-repo-specs,
mono-6.12.0): New variable.
* gnu/packages/patches/mono-6.12.0-add-runpath.patch,
gnu/packages/patches/mono-6.12.0-fix-AssemblyResolver.patch,
gnu/packages/patches/mono-6.12.0-fix-ConditionParser.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Register new patches.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I937715ad00df17b92137b8cd364652e7d445e22e
2024-12-22 15:37:35 +02:00
unmush
a46816dcd1
gnu: Add libgdiplus.
...
* gnu/packages/dotnet.scm (libgdiplus): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-12-22 15:37:35 +02:00
unmush
8e8653fcfb
gnu: Add mono-5.10.0.
...
* gnu/packages/dotnet.scm (mono-5.10.0-external-repo-specs,
mono-5.10.0): New variables.
* gnu/packages/patches/mono-5.10.0-later-mcs-changes.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register new patch.
Change-Id: I59dc84c100f6a540c981dfc4747fab4e5a7eca26
2024-12-22 15:37:35 +02:00
unmush
bdfdd356bf
gnu: Add mono-pre-5.10.0.
...
* gnu/packages/dotnet.scm (mono-pre-5.10.0-external-repo-specs,
mono-pre-5.10.0): New variables.
* gnu/packages/patches/mono-mcs-patches-from-5.10.0.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register new patch.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I8895edf924aea8c87446c351db241f73d50b6c11
2024-12-22 15:37:35 +02:00
unmush
27d7d879b7
gnu: Add mono-5.8.0.
...
* gnu/packages/dotnet.scm (mono-5.8.0-external-repo-specs, mono-5.8.0):
New variables.
* gnu/packages/patches/mono-5.8.0-patches.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register new patch.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: Ibb7379d4b3dacd6c40418510da7b6f203ded812f
2024-12-22 15:37:35 +02:00