Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-writefreely): New variable.
Change-Id: I6c731afeee16944b97b493a6fba66af841b324a5
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-mistty): New variable.
Change-Id: I13c67437d6cb7813d1d399626e52834019cb41f0
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 1.20.1.
Change-Id: Icb6d714d2515b7765c4ba59ec13eec5e2e8eec24
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-meyvn): Update to 1.7.
Change-Id: I5cdeb69b040c259ee2145a25d7d416bd155fc586
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
This reverts commit 907b6bb51af8af15a0d6dd3ab1e33109a4ad4d2e.
It wasn't enough to make jupyter actually usable again.
I guess there are some bigger excavations necessary.
Change-Id: I202f03ef87789b44c85e3c167c9cfc14ca172744
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* gnu/packages/containers.scm (passt): Update to 2024_12_11.09478d5.
Change-Id: Ib4dab58099337a711fdbca3d700804b8d251d7c7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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>
|
|
* gnu/packages/admin.scm (pam-hooks): Add variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
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>
|
|
* gnu/packages/engineering.scm (cadabra2)[arguments]<#:phases>[patch-paths]:
New phase.
Change-Id: If22ed61f74531bd685c0e588a954982e63cb2d33
|
|
* gnu/packages/jupyter.scm (python-nbclassic)[propagated-inputs]: Add
python-webcolors-24.
Change-Id: I57158358594a6cc05814bb608bee1b268f90f6c8
|
|
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>
|
|
* gnu/packages/python-xyz.scm (python-pypandoc): Use gexp style.
Signed-off-by: jgart <jgart@dismail.de>
Change-Id: Id1197e0683b43481ebb39bc8dd1aa55acf3ec03b
|
|
* 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
|
|
* 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
|
|
* gnu/packages/python-check.scm (python-pytest-qt): Update to 4.4.0.
Change-Id: I33b8f8be6b6d7cb3e8bac1784fdf22787f24b631
|
|
* gnu/packages/ocaml.scm (ocaml-lsp-server): New variable.
Change-Id: Ib861dea3d7d00d570f253ffc3b4955e547dc2676
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
|
|
* 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>
|
|
* gnu/packages/ocaml.scm (ocamlformat-rpc-lib): New variable.
Change-Id: If936fc70e541c5bf93bb021d8cc9f770b2d5329d
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
|
|
* gnu/packages/ocaml.scm (ocaml-fiber): New variable.
Change-Id: Ibfab7cde463c806a89836bc42e3b84720fbf7206
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
|
|
* gnu/packages/ocaml.scm (ocaml-chrome-trace): New variable.
Change-Id: I24dd519d913ea240c3500b824e2342a33d34ed1a
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
|
|
* gnu/packages/ocaml.scm (ocamlc-loc): New variable.
Change-Id: I0bcc2666d8030f067b964647400ff31e9302d1c7
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
|
|
* gnu/packages/ocaml.scm (dune-rpc): New variable.
Change-Id: Ic6488d3517d9bb4dc5a2e55d93be3ceee2103a3e
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
|
|
* gnu/packages/ocaml.scm (ocaml-xdg): New variable.
Change-Id: I88bc2fd7bb55d721ce1887a727480338dea0590c
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
|
|
* 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>
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-yojson-conv-lib): New variable.
Change-Id: Ifd7d64e88dc873bff08ac393779ecc86594455a1
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
|
|
* 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>
|
|
* gnu/packages/containers.scm (podman)[arguments]<#:phases>[install-docker]:
New phase.
Change-Id: I1abaa6412180185808a5c286ec5d2f7e117dcbc7
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
|
|
* 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
|
|
* 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>
|
|
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
|
|
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>
|
|
* gnu/packages/version-control.scm (pre-commit)[native-inputs]: Switch
to ‘git-minimal/pinned’.
Change-Id: I22e09c753a0c4bdd6a904eb2113e5f496f6316d6
|
|
* gnu/packages/openstack.scm (python-reno)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: I58c87aba5c6f12991f140e73a55d075a3e21534e
|
|
* gnu/packages/crates-vcs.scm (rust-git2-0.15)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: If2cb4c4644bc239a363239ad287acc132db4622d
|
|
* gnu/packages/containers.scm (podman)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: I45d774bcd5e0b0e84d934c7368645265fb4459af
|
|
* gnu/packages/containers.scm (crun)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: Ie212ec7fa9ee7e82bf20446e2bfc8d8607264481
|
|
* gnu/packages/astronomy.scm (python-kanon)[native-inputs]: Switch to
‘git-minimal/pinned’.
Change-Id: I2e16f2625494d6a81f62438981946b83d562b8ae
|
|
* gnu/packages/version-control.scm (python-gitdb)[native-inputs]: Switch
to ‘git-minimal/pinned’.
Change-Id: I0ed536979d1f737d638120968c07ed61eb19de02
|
|
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
|
|
* gnu/packages/version-control.scm (python-gitpython)[arguments]: Change
to gexps; use ‘search-input-file’.
Change-Id: I4fb2ce74262a05aaf32644dd3b8bfb674747fdbe
|
|
* gnu/packages/books.scm (book-sparc) [description]: Fix a typo.
Change-Id: I73f3a7644eefff9610d06b051db5b39484affc3c
|
|
* gnu/packages/books.scm (book-sparc): Update to 2.3.0.
Change-Id: Icc19e8ec36b361f6d1df3424d4c95a64384bd637
|
|
* gnu/packages/maths.scm (python-primecountpy)[native-inputs]: Add
python-wheel.
Change-Id: I5d2034b237106291b2453b25a94b0d164b7ece49
|