summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2019-09-23gnu: emacs-suggest: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-suggest): Enable tests.
2019-09-23gnu: emacs-helpful: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-helpful): Enable tests.
2019-09-23gnu: emacs-ht: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-ht): Enable tests.
2019-09-22gnu: emacs-tco-el: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-tco-el): Enable tests.
2019-09-22gnu: emacs-loop: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-loop): Enable tests.
2019-09-22gnu: emacs-elisp-refs: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-elisp-refs): Enable tests.
2019-09-22gnu: emacs-realgud: Update to 1.5.1.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-realgud): Update to 1.5.1.
2019-09-22gnu: emacs-company-lsp: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-company-lsp): Enable tests.
2019-09-22gnu: js-datatables: Update to 1.10.19.Efraim Flashner
* gnu/packages/javascript.scm (js-datatables): Update to 1.10.19.
2019-09-22gnu: parallel: Update to 20190922.Tobias Geerinckx-Rice
* gnu/packages/parallel.scm (parallel): Update to 20190922.
2019-09-22gnu: Add freecad.John Soo
* gnu/packages/engineering.scm (freecad): New variable.
2019-09-22gnu: Add libmedfile.John Soo
* gnu/packages/engineering.scm (libmedfile): New variable.
2019-09-22gnu: Add libarea.John Soo
* gnu/packages/engineering.scm (libarea): New variable.
2019-09-22gnu: Add libspnav.John Soo
* gnu/packages/engineering.scm (libspnav): New variable.
2019-09-22gnu: Add python-pyside-2-tools.John Soo
* gnu/packages/qt.scm (python-pyside-2-tools): New variable.
2019-09-22gnu: Add python-pyside-2.John Soo
* gnu/packages/qt.scm (python-pyside-2): New variable.
2019-09-22gnu: Add libcxx-6John Soo
* gnu/packages/llvm.scm (libcxx-6): New variable.
2019-09-22gnu: Add python-shiboken-2.John Soo
* gnu/packages/qt.scm (python-shiboken-2): New variable.
2019-09-22gnu: Add coin3D.John Soo
* gnu/packages/graphics.scm (coin3D): New variable.
2019-09-22gnu: emacs-company-lua: Update to 0.1-2.29f6819.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-company-lua): Update to 0.1-2.29f6819. [arguments]: Include extra directory.
2019-09-22gnu: emacs-crux: Update to 0.3.0-2.308f17d.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-crux): Update to 0.3.0-2.308f17d.
2019-09-22gnu: emacs-lispy: Update included files.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-lispy): Update included files.
2019-09-21gnu: diffoscope: Adjust native-inputs for architecture limitations.Vagrant Cascadian
* 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.
2019-09-21gnu: mutt: Update to 1.12.2.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mutt): Update to 1.12.2.
2019-09-21gnu: emacs-attrap: Update to 1.0-2.18cd1f7.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-attrap): Update to 1.0-2.18cd1f7.
2019-09-21gnu: emacs-github-review: Enable tests.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-github-review): Enable tests.
2019-09-21gnu: emacs-elfeed: Update to 3.2.0.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.2.0.
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-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-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-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.