Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.16.
|
|
* gnu/packages/web-browsers.scm (bombadillo)[arguments]: Use G-expressions.
Remove trailing #T from phases.
|
|
* gnu/packages/web-browsers.scm (bombadillo): Update to 2.4.0.
|
|
* gnu/packages/web-browsers.scm (lagrange): Update to 1.11.1.
[inputs]: Add FREETYPE.
|
|
* gnu/packages/plotutils.scm (asymptote): Update to 2.79.
|
|
* gnu/packages/games.scm (bzflag)[arguments]: Remove trailing #T from
phases. Use G-expressions.
|
|
* gnu/packages/games.scm (bzflag): Update to 2.4.24.
|
|
* gnu/packages/emacs-xyz.scm (emacs-add-node-modules-path): Update to 1.3.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.23.
|
|
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.21.
|
|
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.20.
|
|
* gnu/packages/bioinformatics.scm (r-scopeloomr): New variable.
|
|
* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 3.8.0.
|
|
* gnu/packages/python-xyz.scm (python-robotframework): Update to 4.1.3.
[phases]{check}: Honor TESTS?. Search tzdata in both native-inputs or inputs,
for cross-compilation.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.6.
|
|
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.13.
|
|
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.16.
|
|
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.14.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.3.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.7.
|
|
The current implementation of nix-system->chez-machine et al. is rather
brittle and fails in unexpected ways. In the meantime while a better
replacement is being built, prevent falsy return values from causing errors,
such as a failing “guix pull”. See <https://issues.guix.gnu.org/54292>.
* gnu/packages/chez.scm (stex-bootstrap)[maybe-compile]: Use and=> to only
call chez-machine->threaded if nix-system->chez-machine returns a truthy
value.
|
|
* gnu/packages/gnome.scm (gitg): Update to 41.
[arguments]: Drop ‘harden’ phase.
[inputs]: Replace gtkspell3 with gspell and gtksourceview-3 with gtksourceview.
[native-inputs]: Add python.
|
|
* gnu/packages/gnome.scm (gitg)[arguments]: Use G-expressions.
[native-inputs]: Drop labels.
|
|
* gnu/packages/telephony.scm (mumble)[#:tests?]: Drop argument.
[#:configure-flags]: Add “-Dtests=on”.
|
|
* gnu/packages/telephony.scm (find-python-interpreter-cmake-modules):
New variable.
(mumble): Update to 1.4.230.
[source]: Adjust uri and snippet accordingly.
[arguments]: Change to a list of G-expressions.
<#:configure-flags>: New argument.
<#:phases>: Drop ‘configure’ (moved to configure-flags).
Add ‘unpack-submodules’, ‘fix-settings-crash’ and ‘hardcode-pulseaudio’.
[inputs]: Add glib and poco.
|
|
* gnu/packages/cpp.scm (poco): New variable.
|
|
* gnu/packages/networking.scm (opendht): Update to 2.3.4.
|
|
Includes fixes for CVE-2022-26381, CVE-2022-26383, CVE-2022-26384,
CVE-2022-26386, and CVE-2022-26387.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
|
|
This reverts commit 3cd42883c4ad693ed1f79c6be35e1aa3e010e10a, which led
to ~13K rebuilds.
|
|
* gnu/packages/parallel.scm (slurm-20.02)[arguments]: New field.
(slurm-19.05, slumr-18.08): Inherit from it.
|
|
* gnu/packages/networking.scm (socat): Update to 1.7.4.3.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/graphics.scm (blender)[inputs]: Add gmp.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-websocket-driver, ecl-websocket-driver,
sbcl-websocket-driver): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-sha1, ecl-sha1, sbcl-sha1): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-event-emitter, ecl-event-emitter,
sbcl-event-emitter): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-fast-websocket, ecl-fast-websocket,
sbcl-fast-websocket): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-template, ecl-template, sbcl-template): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/linux.scm (proot): Update to 5.3.0.
[arguments]: Adjust custom 'patch-sources phase to adjust skipped tests.
|
|
This reverts commit 18b0527765301a3015afb9ba1209bd10f56426cb.
This package is not actually needed.
|
|
* gnu/packages/linux.scm (lvm2)[native-inputs]: Add config.
[arguments]: Add phase to replace old versions of config.sub and
config.guess.
|
|
* guix/import/hackage.scm (read-cabal-and-hash)
(hackage-fetch-and-hash, hackage-fetch)
(hackage->guix-package): Use 'let' and 'let*' instead of 'let-values'
and 'let*-values'.
|
|
* guix/import/hackage.scm (hackage-module->sexp): Unroll pointless calls
to 'compose'.
(hackage->guix-package): Likewise.
|
|
Partly fixes <https://bugs.gnu.org/44115>.
* guix/scripts/import/gem.scm (guix-import-gem): Handle error.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Partly fixes <https://bugs.gnu.org/44115>.
* guix/import/pypi.scm (cran->guix-package): Return 'values'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Partly fixes <https://bugs.gnu.org/44115>.
* guix/import/elpa.scm (elpa->guix-package): Return values.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Partly fixes <https://bugs.gnu.org/44115>.
* guix/import/hackage.scm (hackage->guix-package): Return 'values'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Partly fixes <https://bugs.gnu.org/44115>.
* guix/import/pypi.scm (pypi->guix-package): Return two values when
PROJECT is false.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://issues.guix.gnu.org/54259>.
Reported by Ricardo Wurmus <rekado@elephly.net>.
* guix/import/pypi.scm (pypi->guix-package): Upon
'missing-source-error?', raise '&fix-hint' only if
'project-info-home-page' returns a non-empty string.
|
|
* gnu/packages/python-xyz.scm (python-multipart): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|