summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix package: Add 'guix show' alias.zimoun2019-09-21
| | | | | | | | | | * 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: Add python-bibtexparser.Wiktor Żelazny2019-09-21
| | | | | | * gnu/packages/python-xyz.scm (python-bibtexparser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add autocutsel.Wiktor Żelazny2019-09-21
| | | | | | * gnu/packages/xdisorg.scm (autocutsel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: dovecot: Fix predicate names for free-form fieldsAlexey Abramov2019-09-21
| | | | | | | * gnu/services/mail.scm (free-form-fields?, free-form-args?): Change 'string' to 'string?'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* inferior: Propagate '&store-protocol-error' error conditions.Ludovic Courtès2019-09-21
| | | | | | | | | | | | | | | | 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.
* services: gdm: Ensure /var/lib/gdm is owned by "gdm".Ludovic Courtès2019-09-21
| | | | | | | | 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: emacs-counsel-etags: Enable tests.Brian Leung2019-09-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Enable tests.
* gnu: emacs-rjsx-mode: Enable tests.Brian Leung2019-09-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-rjsx-mode): Enable tests.
* gnu: enjarify: Adjust native-inputs.Vagrant Cascadian2019-09-20
| | | | | * gnu/packages/android (enjarify)[native-inputs]: Use openjdk instead of openjdk:jdk.
* gnu: emacs-lispyville: Enable tests.Brian Leung2019-09-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-lispyville): Enable tests.
* gnu: emacs-lispy: Enable tests.Brian Leung2019-09-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-lispy): Enable tests.
* gnu: emacs-js2-mode: Enable tests.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-js2-mode): Enable tests.
* gnu: emacs-ivy: Simplify #:test-command.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-ivy): Simplify #:test-command.
* gnu: emacs-avy: Enable tests.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-avy): Enable tests.
* gnu: node: Disable tests that fail with openssl@1.1.1d.Tobias Geerinckx-Rice2019-09-20
| | | | | | Work around <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37386>. * gnu/packages/node.scm (node)[arguments]: Disable failing tests.
* gnu: rclone: Update to 1.49.3.Tobias Geerinckx-Rice2019-09-20
| | | | * gnu/packages/sync.scm (rclone): Update to 1.49.3.
* gnu: perl-anyevent: Update to 7.17.Tobias Geerinckx-Rice2019-09-20
| | | | * gnu/packages/libevent.scm (perl-anyevent): Update to 7.17.
* gnu: emacs-hercules: Update to 0.2.1.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-hercules): Update to 0.2.1.
* gnu: emacs-evil-matchit: Update to 2.3.4.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.4.
* import/github: Check for more version prefixes.Efraim Flashner2019-09-20
| | | | | * guix/import/github.scm (latest-released-version): Allow the version string to begin with the word 'version'.
* gnu: emacs-ivy: Update to 0.12-2.79333e9.Brian Leung2019-09-20
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.12-2.79333e9. [source]: Enable tests. [native-inputs]: Add emacs-wgrep.
* gnu: emacs-ts: Update to 0.1-2.395649a.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.1-2.395649a.
* gnu: emacs-auto-yasnippet: Update to 0.3.0-2.642b0d9.Brian Leung2019-09-20
| | | | | * gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet): Update to 0.3.0-2.642b0d9. [arguments]: Simplify test command.
* gnu: emacs-rjsx-mode: Update to 0.4-2.0e7fa6b.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-rjsx-mode): Update to 0.4-2.0e7fa6b.
* gnu: emacs-prodigy-el: Update to 0.7.0-2.0a12eec.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-prodigy-el): Update to 0.7.0-2.0a12eec.
* gnu: emacs-equake: Update to 0.85-2.7eddc02.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-equake): Update to 0.85-2.7eddc02.
* gnu: emacs-js2-refactor-el: Update to 0.9.0-2.d4c40b5.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-js2-refactor-el): Update to 0.9.0-2.d4c40b5.
* gnu: emacs-undo-propose-el: Update to 3.0.0-2.47b7df0.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-undo-propose-el): Update to 3.0.0-2.47b7df0.
* gnu: emacs-general: Update to 0-2.f032c3a.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-general): Update to 0-2.f032c3a.
* gnu: emacs-ccls: Update to 0.1-2.9061ebb.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-ccls): Update to 0.1-2.9061ebb.
* gnu: emacs-github-review: Update to 0.1-2.a13a3b4.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-github-review): Update to 0.1-2.a13a3b4.
* gnu: emacs-scribble-mode: Update to 0.1-2.217945d.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-scribble-mode): Update to 0.1-2.217945d.
* gnu: emacs-unpackaged-el: Update to 0-2.c0d58cf.Brian Leung2019-09-20
| | | | | | * 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: emacs-grep-context: Update to 0.1.0-1.5a4e3ef.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-grep-context): Update to 0.1.0-1.5a4e3ef.
* gnu: emacs-info-plus: Update to 0-2.4a6b93c.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-info-plus): Update to 0-2.4a6b93c.
* gnu: emacs-isearch+: Update to 0-2.7c251b9.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-isearch+): Update to 0-2.7c251b9.
* gnu: emacs-isearch-prop: Update to 0-2.4a2765f.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-isearch-prop): Update to 0-2.4a2765f.
* gnu: Add emacs-helm-lsp.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-lsp): New variable.
* gnu: Enable tests for emacs-evil-lion.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-lion): Enable tests.
* gnu: Add emacs-compdef.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-compdef): New variable.
* gnu: emacs-company-cabal: Include directory.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-company-cabal): Include directory.
* gnu: emacs-dante: Update to 1.5-2.a25ae9e.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-dante): Update to 1.5-2.a25ae9e.
* gnu: emacs-iedit: Update to 0.9.9.9-1.e2c100c.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-iedit): Update to 0.9.9.9-1.e2c100c.
* gnu: emacs-lpy: Update to 0.1.0-2.dfd9a0f.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-lpy): Update to 0.1.0-2.dfd9a0f.
* gnu: emacs-lispy: Include non-Elisp code.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-lispy): Include non-Elisp code.
* gnu: emacs-org-super-agenda: Update to 1.1.1-2.f0ee7ed.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-super-agenda): Update to 1.1.1-2.f0ee7ed.
* gnu: emacs-org-sidebar: Update to 0.1-2.b2a5a69.Brian Leung2019-09-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.1-2.b2a5a69.
* gnu: Add enjarify.Vagrant Cascadian2019-09-19
| | | | | | | | * 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: mumi: Update to 0.0.0-5.8a57c87.Ricardo Wurmus2019-09-20
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.0-5.8a57c87.
* gnu: guile-debbugs-next: Update to 0.0.3-2.fb0ae06.Ricardo Wurmus2019-09-20
| | | | * gnu/packages/guile-xyz.scm (guile-debbugs-next): Update to 0.0.3-2.fb0ae06.