Age | Commit message (Collapse) | Author |
|
* gnu/packages/ebook.scm (cozy): Update to 0.9.4.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-cwl-mode): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-tex): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.3.
|
|
* gnu/packages/wine.scm (wine): Update to 6.8.
|
|
This is a followup to 3f9a12dc082b20426fc740416601b69ea1897193.
* gnu/services/configuration.scm (no-serialization): New variable.
|
|
Fixes <https://bugs.gnu.org/48240>.
Reported by Ricardo Wurmus <rekado@elephly.net>.
* guix/ssh.scm (remote-daemon-channel)[redirect]: Define
'connect-to-daemon'. Use the same-named procedure from (guix store)
when available, and honor GUIX_DAEMON_SOCKET.
|
|
* guix/store.scm (connect-to-daemon): Make public. Improve docstring.
|
|
* guix/ssh.scm (connect-to-remote-daemon): Catch
'store-connection-error?' and rethrow.
|
|
* guix/store.scm (open-connection)[handshake-error]: New procedure.
Call it in code paths that would previously return #f.
|
|
* guix/scripts/weather.scm (store-item-system): New procedure.
(report-server-coverage): Use it to print the system type of each
missing item.
|
|
* gnu/packages/gtk.scm (volctl): Comment on the license.
|
|
* gnu/packages/gtk.scm (volctl): New Variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/xfce.scm (xfce4-session):
[inputs]: Add xset.
[arguments]: Add 'patch-xflock' phase to use exact store path to 'xset'
in 'xflock4'.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/fonts.scm (font-montserrat): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Currently gcc:lib does not include libiberty so this change restores the
initial intent.
* gnu/packages/ocaml.scm (ocaml-4.11)[inputs]: Replace "gcc:lib" by
"libiberty".
|
|
* gnu/packages/lisp-xyz.scm (sbcl-shlex): Update to 0.0.0-2.3dee1cb.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-5.f5da17b.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-numcl)[arguments]: Disable tests.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-3d-matrices, cl-3d-matrices,
ecl-3d-matrices): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-3d-vectors, ecl-3d-vectors,
cl-3d-vectors): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
This is a follow-up to 2fa8fd4af59af0de392352915fa50fc21a4cf98a.
* gnu/packages/lisp-xyz.scm (sbcl-1am, sbcl-3bz)[arguments]: Remove
custom 'asd-systems' parameter.
|
|
This patch modifies how the name of the main Common Lisp system is extracted
from the full Guix package name to work around bug#48225 concerning the
'package-name->name+version' function.
Fixes <https://issues.guix.gnu.org/41437>.
* guix/build-system/asdf.scm (asdf-build): Fix 'systems' function.
* guix/build/asdf-build-system.scm (main-system-name): Fix it.
|
|
* gnu/packages/python-xyz.scm (python-rply): Update to 0.7.8.
|
|
* gnu/packages/python-xyz.scm (python-language-server)[arguments]: Add phase
to relax pycodestyle and pyflakes version.
|
|
* gnu/packages/python-check.scm (python-pytest-xvfb): New variable.
|
|
* gnu/packages/python-xyz.scm (python-pyvirtualdisplay): New variable.
|
|
* gnu/packages/python-xyz.scm (python-entrypoint2): New variable.
|
|
* gnu/packages/python-xyz.scm (python-easyprocess): New variable.
|
|
* gnu/packages/python-xyz.scm (python-qtsass): New variable.
|
|
* gnu/packages/python-check.scm (python-pytest-qt): New variable.
|
|
* gnu/packages/python-xyz.scm (python-language-server): Enable tests.
[arguments]: Add phases to enable tests.
[propagated-inputs]: Add python-flake8.
|
|
* gnu/packages/python-xyz.scm (python-qstylizer): New variable.
|
|
* gnu/packages/python-web.scm (python-tinycss): New variable.
|
|
* gnu/packages/python-xyz.scm (python-pyls-black): New variable.
|
|
* gnu/packages/python-xyz.scm (python-three-merge): New variable.
|
|
* gnu/packages/python-xyz.scm (python-textdistance): New variable.
|
|
* gnu/services/docker.scm (serialize-boolean): Delete procedure.
(docker-configuration) <no-serialization>: New syntactic keyword.
|
|
* tests/services/configuration.scm: New file.
* Makefile.am (SCM_TESTS): Register it.
|
|
The non-hygienic binding of the source location accessor was set to
'-location'; in modules where multiple configurations were defined, it would
cause compilation warnings such as:
gnu/services/mail.scm:175:0: warning: shadows previous definition of
`%-location-procedure' at gnu/services/mail.scm:165:0
* gnu/services/configuration.scm (define-configuration-helper) <id>: Add a
missing #'stem argument to use the configuration name as a prefix to the
location accessor identifier.
|
|
In some cases, rather than globally disabling serialization, it may be more
appropriate to disable or otherwise alter the serialization procedure of a
specific field. In large module, multiple configurations may also exist that
would need to alter the default serialization procedure, which is named after
the field type. Being able to specify a per-field serialization procedure
provides more flexibility.
* gnu/services/configuration.scm (define-configuration): Add an optional
pattern variable to allow specifying a custom serialization procedure.
(define-configuration-helper) <field-serializer>: Use it to transform the
syntax.
(empty-serializer): New procedure.
(serialize-package): Alias to ‘empty-serializer’.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
Serialization is not always useful, for example when deriving command line
arguments from a configuration. This change provides a way to turn it off,
which removes the need to define a bunch of dummy serialization procedures.
Credit goes to Andrew Gierth (RhodiumToad) from #guile for providing the
solution. Thank you!
* gnu/services/configuration.scm (define-configuration-helper): New procedure.
(define-configuration) <no-serialization>: New syntactic keyword. Use it in a
new pattern. Refactor the macro so that it makes use of the above helper
procedure.
|
|
This resolves a compilation warning introduced with commit bb716e8d9d.
* gnu/services/configuration.scm (configuration->documentation): Use display
to print the string instead of format.
|
|
This has been the recommended default for arm and arm64 since since
v5.9 (upstream commit f259eab3ea0e7ed73db91f6358274dd3a9a27d79).
* gnu/packages/aux-files/linux-libre/5.10-arm.conf,
gnu/packages/aux-files/linux-libre/5.10-arm.conf,
gnu/packages/aux-files/linux-libre/5.11-arm.conf,
gnu/packages/aux-files/linux-libre/5.11-arm.conf: Enable
CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL, disable
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE.
|
|
* gnu/packages/diffoscope.scm (diffoscope): Update to 174.
|
|
* gnu/packages/emulators.scm (mame)[inputs]: Add missing pulseaudio input.
|
|
* gnu/packages/guile-xyz.scm (guile-ncurses/gpm)[inputs]: Use guile-3.0,
not guile-2.2.
|
|
* gnu/packages/audio.scm (mbelib)[licence]: The package is ISC, the
testing framework BSD-3.
|
|
* gnu/packages/audio.scm (mbelib)[source]: Use GIT-VERSION.
|
|
* gnu/packages/radio.scm (sdrangel): New variable.
|