summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: emacs-company-lua: Update to 0.1-2.29f6819.Brian Leung2019-09-22
| | | | | * gnu/packages/emacs-xyz.scm (emacs-company-lua): Update to 0.1-2.29f6819. [arguments]: Include extra directory.
* gnu: emacs-crux: Update to 0.3.0-2.308f17d.Brian Leung2019-09-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-crux): Update to 0.3.0-2.308f17d.
* gnu: emacs-lispy: Update included files.Brian Leung2019-09-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-lispy): Update included files.
* gnu: diffoscope: Adjust native-inputs for architecture limitations.Vagrant Cascadian2019-09-21
| | | | | | * gnu/packages/diffoscope (diffoscope)[native-inputs]: Only add ghc on x86_64-linux and i686-linux. Only add openjdk and enjarify on x86_64-linux.
* gnu: mutt: Update to 1.12.2.Tobias Geerinckx-Rice2019-09-21
| | | | * gnu/packages/mail.scm (mutt): Update to 1.12.2.
* gnu: emacs-attrap: Update to 1.0-2.18cd1f7.Brian Leung2019-09-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-attrap): Update to 1.0-2.18cd1f7.
* gnu: emacs-github-review: Enable tests.Brian Leung2019-09-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-github-review): Enable tests.
* gnu: emacs-elfeed: Update to 3.2.0.Brian Leung2019-09-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.2.0.
* gnu: libgnomekbd: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-21
| | | | * gnu/packages/gnome.scm (libgnomekbd)[source]: Hard-code NAME.
* gnu: libgnomekbd: Update to 3.26.1.Tobias Geerinckx-Rice2019-09-21
| | | | * gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.1.
* gnu: wxmaxima: Update to 19.09.0.Tobias Geerinckx-Rice2019-09-21
| | | | * gnu/packages/maths.scm (wxmaxima): Update to 19.09.0.
* services: virtualization: Change libvirtd use syslog by default.Christopher Baines2019-09-21
| | | | | | | | | 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".
* gnu: guile-email: Add phase to patch the module directory.Christopher Baines2019-09-21
| | | | | | | | | 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.
* 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>
* 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.
* 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.