Age | Commit message (Collapse) | Author |
|
* guix/scripts/show.scm: New file.
* Makefile.am (MODULES): Add it.
* po/guix/POTFILES.in: Add it.
* tests/guix-package-aliases.sh: Add test.
* doc/guix.texi (Invoking guix package): Document it and use it in a example.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-bibtexparser): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/xdisorg.scm (autocutsel): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services/mail.scm (free-form-fields?, free-form-args?): Change
'string' to 'string?'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Until now '&store-protocol-error' conditions raised in the inferior
would not be correctly propagated because SRFI-35 records lack a read
syntax.
Reported at <https://bugs.gnu.org/37449>
by Carl Dong <contact@carldong.me>.
* guix/inferior.scm (port->inferior): Import (srfi srfi-34) in the inferior.
(inferior-eval-with-store): Define 'error?' and 'error-message'. Wrap
call to PROC in 'guard'. Check the response of INFERIOR for a
'store-protocol-error' or a 'result' tag.
* tests/inferior.scm ("inferior-eval-with-store, &store-protocol-error"):
New test.
|
|
Fixes <https://bugs.gnu.org/37423>.
Reported by Jan <tona_kosmicznego_smiecia@interia.pl>.
* gnu/services/xorg.scm (%gdm-activation): New variable.
(gdm-service-type)[extensions]: Add 'activation-service-type'.
|
|
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Enable tests.
|
|
* gnu/packages/emacs-xyz.scm (emacs-rjsx-mode): Enable tests.
|
|
* gnu/packages/android (enjarify)[native-inputs]: Use openjdk instead of
openjdk:jdk.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lispyville): Enable tests.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lispy): Enable tests.
|
|
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Enable tests.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ivy): Simplify #:test-command.
|
|
* gnu/packages/emacs-xyz.scm (emacs-avy): Enable tests.
|
|
Work around <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37386>.
* gnu/packages/node.scm (node)[arguments]: Disable failing tests.
|
|
* gnu/packages/sync.scm (rclone): Update to 1.49.3.
|
|
* gnu/packages/libevent.scm (perl-anyevent): Update to 7.17.
|
|
* gnu/packages/emacs-xyz.scm (emacs-hercules): Update to 0.2.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.4.
|
|
* guix/import/github.scm (latest-released-version): Allow the
version string to begin with the word 'version'.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.12-2.79333e9.
[source]: Enable tests.
[native-inputs]: Add emacs-wgrep.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.1-2.395649a.
|
|
* gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet): Update to 0.3.0-2.642b0d9.
[arguments]: Simplify test command.
|
|
* gnu/packages/emacs-xyz.scm (emacs-rjsx-mode): Update to 0.4-2.0e7fa6b.
|
|
* gnu/packages/emacs-xyz.scm (emacs-prodigy-el): Update to 0.7.0-2.0a12eec.
|
|
* gnu/packages/emacs-xyz.scm (emacs-equake): Update to 0.85-2.7eddc02.
|
|
* gnu/packages/emacs-xyz.scm (emacs-js2-refactor-el): Update to 0.9.0-2.d4c40b5.
|
|
* gnu/packages/emacs-xyz.scm (emacs-undo-propose-el): Update to 3.0.0-2.47b7df0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-general): Update to 0-2.f032c3a.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ccls): Update to 0.1-2.9061ebb.
|
|
* gnu/packages/emacs-xyz.scm (emacs-github-review): Update to 0.1-2.a13a3b4.
|
|
* gnu/packages/emacs-xyz.scm (emacs-scribble-mode): Update to 0.1-2.217945d.
|
|
* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): Update to 0-2.c0d58cf.
* gnu/packages/patches/emacs-unpackaged-req.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): Remove patch.
|
|
* gnu/packages/emacs-xyz.scm (emacs-grep-context): Update to 0.1.0-1.5a4e3ef.
|
|
* gnu/packages/emacs-xyz.scm (emacs-info-plus): Update to 0-2.4a6b93c.
|
|
* gnu/packages/emacs-xyz.scm (emacs-isearch+): Update to 0-2.7c251b9.
|
|
* gnu/packages/emacs-xyz.scm (emacs-isearch-prop): Update to 0-2.4a2765f.
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-lion): Enable tests.
|
|
* gnu/packages/emacs-xyz.scm (emacs-compdef): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-company-cabal): Include directory.
|
|
* gnu/packages/emacs-xyz.scm (emacs-dante): Update to 1.5-2.a25ae9e.
|
|
* gnu/packages/emacs-xyz.scm (emacs-iedit): Update to 0.9.9.9-1.e2c100c.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lpy): Update to 0.1.0-2.dfd9a0f.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lispy): Include non-Elisp code.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda): Update to 1.1.1-2.f0ee7ed.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.1-2.b2a5a69.
|
|
* gnu/packages/android (enjarify): New variable.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add enjarify.
[arguments]: add enjarify to add-known-tools phase.
* gnu/packages/patches/enjarify-setup-py.patch: New file.
* gnu/local.mk: Add enjarify-setup-py.patch.
|
|
* gnu/packages/mail.scm (mumi): Update to 0.0.0-5.8a57c87.
|
|
* gnu/packages/guile-xyz.scm (guile-debbugs-next): Update to 0.0.3-2.fb0ae06.
|