aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-21gnu: libgnomekbd: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgnomekbd)[source]: Hard-code NAME.
2019-09-21gnu: libgnomekbd: Update to 3.26.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.1.
2019-09-21gnu: wxmaxima: Update to 19.09.0.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (wxmaxima): Update to 19.09.0.
2019-09-21services: virtualization: Change libvirtd use syslog by default.Christopher Baines
As defaulting by stderr, along with the shepherd service not directing the output to a log file makes seeing the output difficult, compared to logging to syslog. * gnu/services/virtualization.scm (libvirt-configuration)[log-outputs]: Change default from "3:stderr" to "3:syslog:libvirtd".
2019-09-21gnu: guile-email: Add phase to patch the module directory.Christopher Baines
Otherwise the .go files appear within share, and Guile doesn't find them. With this patch they appear in lib within the output. One thing this means is that stack traces include the filenames. * gnu/packages/guile-xyz.scm (guile-email)[arguments]: Add 'patch-module-dir phase.
2019-09-21guix package: '--show' ignores deprecated packages.Ludovic Courtès
* guix/scripts/package.scm (process-query) <'show>: Remove superseded packages. * tests/guix-package-aliases.sh: Add test.
2019-09-21guix package: Add 'guix show' alias.zimoun
* 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>
2019-09-21gnu: Add python-bibtexparser.Wiktor Żelazny
* gnu/packages/python-xyz.scm (python-bibtexparser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-21gnu: Add autocutsel.Wiktor Żelazny
* gnu/packages/xdisorg.scm (autocutsel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-21services: dovecot: Fix predicate names for free-form fieldsAlexey Abramov
* gnu/services/mail.scm (free-form-fields?, free-form-args?): Change 'string' to 'string?'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-21inferior: Propagate '&store-protocol-error' error conditions.Ludovic Courtès
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.
2019-09-21services: gdm: Ensure /var/lib/gdm is owned by "gdm".Ludovic Courtès
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'.
2019-09-21gnu: emacs-counsel-etags: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Enable tests.
2019-09-21gnu: emacs-rjsx-mode: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-rjsx-mode): Enable tests.
2019-09-20gnu: enjarify: Adjust native-inputs.Vagrant Cascadian
* gnu/packages/android (enjarify)[native-inputs]: Use openjdk instead of openjdk:jdk.
2019-09-21gnu: emacs-lispyville: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-lispyville): Enable tests.
2019-09-21gnu: emacs-lispy: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-lispy): Enable tests.
2019-09-20gnu: emacs-js2-mode: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Enable tests.
2019-09-20gnu: emacs-ivy: Simplify #:test-command.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-ivy): Simplify #:test-command.
2019-09-20gnu: emacs-avy: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-avy): Enable tests.
2019-09-20gnu: node: Disable tests that fail with openssl@1.1.1d.Tobias Geerinckx-Rice
Work around <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37386>. * gnu/packages/node.scm (node)[arguments]: Disable failing tests.
2019-09-20gnu: rclone: Update to 1.49.3.Tobias Geerinckx-Rice
* gnu/packages/sync.scm (rclone): Update to 1.49.3.
2019-09-20gnu: perl-anyevent: Update to 7.17.Tobias Geerinckx-Rice
* gnu/packages/libevent.scm (perl-anyevent): Update to 7.17.
2019-09-20gnu: emacs-hercules: Update to 0.2.1.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-hercules): Update to 0.2.1.
2019-09-20gnu: emacs-evil-matchit: Update to 2.3.4.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.4.
2019-09-20import/github: Check for more version prefixes.Efraim Flashner
* guix/import/github.scm (latest-released-version): Allow the version string to begin with the word 'version'.
2019-09-20gnu: emacs-ivy: Update to 0.12-2.79333e9.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.12-2.79333e9. [source]: Enable tests. [native-inputs]: Add emacs-wgrep.
2019-09-20gnu: emacs-ts: Update to 0.1-2.395649a.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.1-2.395649a.
2019-09-20gnu: emacs-auto-yasnippet: Update to 0.3.0-2.642b0d9.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet): Update to 0.3.0-2.642b0d9. [arguments]: Simplify test command.
2019-09-20gnu: emacs-rjsx-mode: Update to 0.4-2.0e7fa6b.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-rjsx-mode): Update to 0.4-2.0e7fa6b.
2019-09-20gnu: emacs-prodigy-el: Update to 0.7.0-2.0a12eec.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-prodigy-el): Update to 0.7.0-2.0a12eec.
2019-09-20gnu: emacs-equake: Update to 0.85-2.7eddc02.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-equake): Update to 0.85-2.7eddc02.
2019-09-20gnu: emacs-js2-refactor-el: Update to 0.9.0-2.d4c40b5.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-js2-refactor-el): Update to 0.9.0-2.d4c40b5.
2019-09-20gnu: emacs-undo-propose-el: Update to 3.0.0-2.47b7df0.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-undo-propose-el): Update to 3.0.0-2.47b7df0.
2019-09-20gnu: emacs-general: Update to 0-2.f032c3a.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-general): Update to 0-2.f032c3a.
2019-09-20gnu: emacs-ccls: Update to 0.1-2.9061ebb.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-ccls): Update to 0.1-2.9061ebb.
2019-09-20gnu: emacs-github-review: Update to 0.1-2.a13a3b4.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-github-review): Update to 0.1-2.a13a3b4.
2019-09-20gnu: emacs-scribble-mode: Update to 0.1-2.217945d.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-scribble-mode): Update to 0.1-2.217945d.
2019-09-20gnu: emacs-unpackaged-el: Update to 0-2.c0d58cf.Brian Leung
* 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.
2019-09-20gnu: emacs-grep-context: Update to 0.1.0-1.5a4e3ef.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-grep-context): Update to 0.1.0-1.5a4e3ef.
2019-09-20gnu: emacs-info-plus: Update to 0-2.4a6b93c.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-info-plus): Update to 0-2.4a6b93c.
2019-09-20gnu: emacs-isearch+: Update to 0-2.7c251b9.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-isearch+): Update to 0-2.7c251b9.
2019-09-20gnu: emacs-isearch-prop: Update to 0-2.4a2765f.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-isearch-prop): Update to 0-2.4a2765f.
2019-09-20gnu: Add emacs-helm-lsp.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): New variable.
2019-09-20gnu: Enable tests for emacs-evil-lion.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-evil-lion): Enable tests.
2019-09-20gnu: Add emacs-compdef.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-compdef): New variable.
2019-09-20gnu: emacs-company-cabal: Include directory.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-company-cabal): Include directory.
2019-09-20gnu: emacs-dante: Update to 1.5-2.a25ae9e.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-dante): Update to 1.5-2.a25ae9e.
2019-09-20gnu: emacs-iedit: Update to 0.9.9.9-1.e2c100c.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-iedit): Update to 0.9.9.9-1.e2c100c.
2019-09-20gnu: emacs-lpy: Update to 0.1.0-2.dfd9a0f.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-lpy): Update to 0.1.0-2.dfd9a0f.