jackhill/guix/guix.git
6 years agognu: Add python-kiwisolver.
Marius Bakke [Wed, 2 May 2018 16:22:33 +0000 (18:22 +0200)]
gnu: Add python-kiwisolver.

* gnu/packages/maths.scm (python-kiwisolver, python2-kiwisolver): New public
variables.

6 years agognu: mbedtls-apache: Update to 2.7.3.
Marius Bakke [Fri, 4 May 2018 14:35:06 +0000 (16:35 +0200)]
gnu: mbedtls-apache: Update to 2.7.3.

* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.3.

6 years agognu: freeipmi: Update to 1.6.2.
Marius Bakke [Fri, 4 May 2018 12:27:13 +0000 (14:27 +0200)]
gnu: freeipmi: Update to 1.6.2.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.2.

6 years agognu: retroarch: Update to 1.7.3.
Rutger Helling [Sat, 5 May 2018 09:01:53 +0000 (11:01 +0200)]
gnu: retroarch: Update to 1.7.3.

* gnu/packages/emulators.scm (retroarch): Update to 1.7.3.
[inputs]: Add qtbase.

6 years agognu: qrencode: Update to 4.0.0.
Kei Kebreau [Tue, 1 May 2018 21:35:20 +0000 (17:35 -0400)]
gnu: qrencode: Update to 4.0.0.

* gnu/packages/aidc.scm (qrencode): Update to 4.0.0.

6 years agognu: python-qrcode: Use a newer version of setuptools.
Christopher Baines [Fri, 4 May 2018 21:28:33 +0000 (22:28 +0100)]
gnu: python-qrcode: Use a newer version of setuptools.

The upgrade from 5.3 to 6.0 switches to rely on the on the setup.cfg, and with
the version of setuptools incldued with Python, this isn't supported, so no
actual code is installed, and the output is mostly empty.

* gnu/packages/python.scm (python-qrcode)[inputs]: Add python-setuptools.

6 years agognu: emacs-lispy: Update to c2a358a7.
Jelle Licht [Fri, 4 May 2018 21:32:28 +0000 (23:32 +0200)]
gnu: emacs-lispy: Update to c2a358a7.

* gnu/packages/emacs.scm (emacs-lispy): Update to c2a358a7.

6 years agognu: coq-coquelicot: Fix for coq 8.8.
Julien Lepiller [Fri, 4 May 2018 19:07:23 +0000 (21:07 +0200)]
gnu: coq-coquelicot: Fix for coq 8.8.

* gnu/packages/ocaml.scm (coq-coquelicot)[arguments]: New phase to
remove a deprecated command.

6 years agognu: coq-bignums: Update to 8.8.0.
Julien Lepiller [Fri, 4 May 2018 18:47:48 +0000 (20:47 +0200)]
gnu: coq-bignums: Update to 8.8.0.

* gnu/packages/ocaml.scm (coq-bignums): Update to 8.8.0.

6 years agognu: coq-mathcomp: Update to 1.7.0.
Julien Lepiller [Fri, 4 May 2018 18:44:15 +0000 (20:44 +0200)]
gnu: coq-mathcomp: Update to 1.7.0.

* gnu/packages/ocaml.scm (coq-mathcomp): Update to 1.7.0.

6 years agognu: coq-gappa: Update to 1.3.2.
Julien Lepiller [Fri, 4 May 2018 18:19:28 +0000 (20:19 +0200)]
gnu: coq-gappa: Update to 1.3.2.

* gnu/packages/ocaml.scm (coq-gappa): Update to 1.3.2.

6 years agognu: coq-flocq: Update to 2.6.1.
Julien Lepiller [Fri, 4 May 2018 18:15:29 +0000 (20:15 +0200)]
gnu: coq-flocq: Update to 2.6.1.

* gnu/packages/ocaml.scm (coq-flocq): Update to 2.6.1.

6 years agognu: coq: Update to 8.8.0.
Julien Lepiller [Fri, 4 May 2018 17:51:16 +0000 (19:51 +0200)]
gnu: coq: Update to 8.8.0.

* gnu/packages/ocaml.scm (coq): Update to 8.8.0.

6 years agognu: certbot, python-acme: Update to 0.24.0.
Leo Famulari [Fri, 4 May 2018 02:54:48 +0000 (22:54 -0400)]
gnu: certbot, python-acme: Update to 0.24.0.

* gnu/packages/tls.scm (certbot, python-acme): Update to 0.24.0.

6 years agognu: gnuplot: Update to 5.2.2
Adam Massmann [Wed, 2 May 2018 03:49:40 +0000 (23:49 -0400)]
gnu: gnuplot: Update to 5.2.2

* gnu/packages/maths.scm (gnuplot): Update to 5.2.2.
[arguments]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add Workrave.
Jovany Leandro G.C [Tue, 1 May 2018 05:50:59 +0000 (00:50 -0500)]
gnu: Add Workrave.

* gnu/packages/gnome.scm (workrave): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add nitrogen.
Pierre-Antoine Rouby [Mon, 30 Apr 2018 20:55:48 +0000 (22:55 +0200)]
gnu: Add nitrogen.

* gnu/packages/wm.scm (nitrogen): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agoguix build: Nicely report unbound variables with hints.
Ludovic Courtès [Fri, 4 May 2018 13:05:05 +0000 (15:05 +0200)]
guix build: Nicely report unbound variables with hints.

* guix/ui.scm (print-unbound-variable-error): Add "error:" to the
message.
(report-unbound-variable-error): New procedure, with code formerly in
'report-load-error'.
(report-load-error): Use it.
(call-with-unbound-variable-handling): New procedure.
(with-unbound-variable-handling): New macro.
* guix/scripts/build.scm (options->derivations): Wrap body in
'with-unbound-variable-handling'.
* tests/guix-build.sh (GUIX_PACKAGE_PATH): Add test.

6 years agoui: Factorize 'last-frame-with-source'.
Ludovic Courtès [Fri, 4 May 2018 10:13:53 +0000 (12:13 +0200)]
ui: Factorize 'last-frame-with-source'.

* guix/ui.scm (last-frame-with-source): New procedure.
(load*)[frame-with-source]: Remove.
Use 'last-frame-with-source'.

6 years agoRevert "gnu: python-mako: Update to 1.0.7."
Rutger Helling [Fri, 4 May 2018 06:50:08 +0000 (08:50 +0200)]
Revert "gnu: python-mako: Update to 1.0.7."

This causes a mass rebuild due to python2-mako rebuilding Mesa. Pushed on
staging instead.

This reverts commit fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590.

6 years agognu: r-desc: Update to 1.2.0.
Roel Janssen [Fri, 4 May 2018 06:06:11 +0000 (08:06 +0200)]
gnu: r-desc: Update to 1.2.0.

* gnu/packages/statistics.scm (r-desc): Update to 1.2.0.

6 years agognu: r-data-table: Update to 1.11.0.
Roel Janssen [Fri, 4 May 2018 06:05:48 +0000 (08:05 +0200)]
gnu: r-data-table: Update to 1.11.0.

* gnu/packages/statistics.scm (r-data-table): Update to 1.11.0.

6 years agognu: r-yaml: Update to 2.1.19.
Roel Janssen [Fri, 4 May 2018 06:05:27 +0000 (08:05 +0200)]
gnu: r-yaml: Update to 2.1.19.

* gnu/packages/statistics.scm (r-yaml): Update to 2.1.19.

6 years agognu: r-dbi: Update to 1.0.0.
Roel Janssen [Fri, 4 May 2018 06:05:01 +0000 (08:05 +0200)]
gnu: r-dbi: Update to 1.0.0.

* gnu/packages/statistics.scm (r-dbi): Update to 1.0.0.

6 years agognu: r-stringi: Update to 1.2.2.
Roel Janssen [Fri, 4 May 2018 06:04:38 +0000 (08:04 +0200)]
gnu: r-stringi: Update to 1.2.2.

* gnu/packages/statistics.scm (r-stringi): Update to 1.2.2.

6 years agognu: r-ddalpha: Update to 1.3.3.
Roel Janssen [Fri, 4 May 2018 06:03:49 +0000 (08:03 +0200)]
gnu: r-ddalpha: Update to 1.3.3.

* gnu/packages/cran.scm (r-ddalpha): Update to 1.3.3.

6 years agognu: r-dendextend: Update to 1.8.0.
Roel Janssen [Fri, 4 May 2018 06:03:18 +0000 (08:03 +0200)]
gnu: r-dendextend: Update to 1.8.0.

* gnu/packages/cran.scm (r-dendextend): Update to 1.8.0.

6 years agognu: qscintilla: Update to 2.10.3.
Tobias Geerinckx-Rice [Thu, 3 May 2018 01:59:49 +0000 (03:59 +0200)]
gnu: qscintilla: Update to 2.10.3.

* gnu/packages/qt.scm (qscintilla): Update to 2.10.3.

6 years agognu: r-np: Update to 0.60-7.
Tobias Geerinckx-Rice [Fri, 4 May 2018 00:20:54 +0000 (02:20 +0200)]
gnu: r-np: Update to 0.60-7.

* gnu/packages/cran.scm (r-np): Update to 0.60-7.
[propagated-inputs]: Add R-QUADPROG.

6 years agognu: r-tsp: Update to 1.1-6.
Tobias Geerinckx-Rice [Fri, 4 May 2018 00:19:40 +0000 (02:19 +0200)]
gnu: r-tsp: Update to 1.1-6.

* gnu/packages/cran.scm (r-tsp): Update to 1.1-6.

6 years agognu: r-later: Update to 0.7.2.
Tobias Geerinckx-Rice [Fri, 4 May 2018 00:02:59 +0000 (02:02 +0200)]
gnu: r-later: Update to 0.7.2.

* gnu/packages/cran.scm (r-later): Update to 0.7.2.

6 years agognu: r-multtest: Update to 2.36.0.
Tobias Geerinckx-Rice [Thu, 3 May 2018 15:26:46 +0000 (17:26 +0200)]
gnu: r-multtest: Update to 2.36.0.

* gnu/packages/bioconductor.scm (r-multtest): Update to 2.36.0.

6 years agognu: r-formula: Update to 1.2-3.
Tobias Geerinckx-Rice [Thu, 3 May 2018 23:43:35 +0000 (01:43 +0200)]
gnu: r-formula: Update to 1.2-3.

* gnu/packages/statistics.scm (r-formula): Update to 1.2-3.

6 years agognu: r-preprocesscore: Update to 1.42.0.
Tobias Geerinckx-Rice [Thu, 3 May 2018 15:33:32 +0000 (17:33 +0200)]
gnu: r-preprocesscore: Update to 1.42.0.

* gnu/packages/statistics.scm (r-preprocesscore): Update to 1.42.0.

6 years agognu: yaml-cpp: Update to 0.6.2.
Tobias Geerinckx-Rice [Thu, 3 May 2018 15:42:01 +0000 (17:42 +0200)]
gnu: yaml-cpp: Update to 0.6.2.

* gnu/packages/serialization.scm (yaml-cpp): Update to 0.6.2.
[inputs]: Remove removed BOOST dependency.

6 years agognu: python-mako: Update to 1.0.7.
Tobias Geerinckx-Rice [Thu, 3 May 2018 14:37:42 +0000 (16:37 +0200)]
gnu: python-mako: Update to 1.0.7.

* gnu/packages/python.scm (python-mako): Update to 1.0.7.

6 years agognu: perl-crypt-openssl-rsa: Update to 0.30.
Tobias Geerinckx-Rice [Thu, 3 May 2018 14:27:51 +0000 (16:27 +0200)]
gnu: perl-crypt-openssl-rsa: Update to 0.30.

* gnu/packages/tls.scm (perl-crypt-openssl-rsa): Update to 0.30.
[native-inputs]: Add PERL-CRYPT-OPENSSL-GUESS.

6 years agognu: ruby-minitest-hooks: Update to 1.4.2.
Tobias Geerinckx-Rice [Thu, 3 May 2018 00:29:34 +0000 (02:29 +0200)]
gnu: ruby-minitest-hooks: Update to 1.4.2.

* gnu/packages/ruby.scm (ruby-minitest-hooks): Update to 1.4.2.

6 years agognu: ruby-rb-fsevent: Update to 0.10.3.
Tobias Geerinckx-Rice [Thu, 3 May 2018 00:12:55 +0000 (02:12 +0200)]
gnu: ruby-rb-fsevent: Update to 0.10.3.

* gnu/packages/ruby.scm (ruby-rb-fsevent): Update to 0.10.3.

6 years agognu: Update radare2 to 2.5.0.
Julien Lepiller [Thu, 3 May 2018 19:22:32 +0000 (21:22 +0200)]
gnu: Update radare2 to 2.5.0.

* gnu/packages/engineering.scm (radare2): Update to 2.5.0.

6 years agognu: libraw: Update to 0.18.10 [fixes CVE-2018-10528, CVE-2018-10529].
Marius Bakke [Thu, 3 May 2018 18:36:04 +0000 (20:36 +0200)]
gnu: libraw: Update to 0.18.10 [fixes CVE-2018-10528, CVE-2018-10529].

* gnu/packages/photo.scm (libraw): Update to 0.18.10.

6 years agognu: miniupnpc: Update to 2.0.20180503.
Marius Bakke [Thu, 3 May 2018 18:31:28 +0000 (20:31 +0200)]
gnu: miniupnpc: Update to 2.0.20180503.

* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180503.

6 years agognu: ldb: Update to 1.3.3.
Marius Bakke [Thu, 3 May 2018 18:31:12 +0000 (20:31 +0200)]
gnu: ldb: Update to 1.3.3.

* gnu/packages/samba.scm (ldb): Update to 1.3.3.

6 years agognu: samba: Update to 4.8.1.
Marius Bakke [Wed, 2 May 2018 12:43:49 +0000 (14:43 +0200)]
gnu: samba: Update to 4.8.1.

* gnu/packages/samba.scm (samba): Update to 4.8.1.
[arguments]: Adjust 'disable-etc-samba-directory-creation' phase.

6 years agognu: samba: Propagate some inputs.
Marius Bakke [Wed, 2 May 2018 12:42:49 +0000 (14:42 +0200)]
gnu: samba: Propagate some inputs.

* gnu/packages/samba.scm (samba)[inputs]: Move LDB, TALLOC and TEVENT ...
[propagated-inputs]: ... here.  New field.

6 years agognu: icecat: Use ffmpeg@3.4.
Marius Bakke [Thu, 3 May 2018 17:52:42 +0000 (19:52 +0200)]
gnu: icecat: Use ffmpeg@3.4.

Fixes <https://bugs.gnu.org/31356>.
Reported by Clément Lassieur <clement@lassieur.org>.

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Change from FFMPEG to FFMPEG-3.4.

6 years agognu: Add emacs-dumb-jump.
Sohom Bhattacharjee [Mon, 9 Apr 2018 14:52:53 +0000 (20:22 +0530)]
gnu: Add emacs-dumb-jump.

* gnu/packages/emacs.scm (emacs-dumb-jump): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
6 years agognu: Add emacs-noflet.
Sohom Bhattacharjee [Thu, 12 Apr 2018 06:41:03 +0000 (12:11 +0530)]
gnu: Add emacs-noflet.

* gnu/packages/emacs.scm (emacs-noflet): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
6 years agognu: emacs-deferred: Fix tests.
Arun Isaac [Thu, 3 May 2018 16:45:01 +0000 (22:15 +0530)]
gnu: emacs-deferred: Fix tests.

* gnu/packages/emacs.scm (emacs-deferred)[arguments]: Add set-shell phase.
Set #:test-command to "make test".

6 years agobuild: emacs-utils: Fail when byte compilation fails.
Maxim Cournoyer [Mon, 16 Apr 2018 02:48:53 +0000 (22:48 -0400)]
build: emacs-utils: Fail when byte compilation fails.

Byte compilation failures were ignored prior to this change.

* guix/build/emacs-utils.scm (emacs-byte-compile-directory): Fail when there
are compilation errors.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
6 years agognu: emacs-calfw: Fix byte compilation.
Maxim Cournoyer [Sat, 31 Mar 2018 04:25:23 +0000 (00:25 -0400)]
gnu: emacs-calfw: Fix byte compilation.

* gnu/packages/emacs.scm (emacs-calfw)[propagated-inputs]: Add emacs-howm.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
6 years agognu: emacs-org-contrib: Fix byte compilation.
Maxim Cournoyer [Thu, 29 Mar 2018 01:50:15 +0000 (21:50 -0400)]
gnu: emacs-org-contrib: Fix byte compilation.

* gnu/packages/emacs.scm (emacs-org-contrib)[propagated-inputs]: Add
emacs-scel.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
6 years agognu: Add emacs-scel.
Maxim Cournoyer [Sun, 18 Mar 2018 20:37:30 +0000 (16:37 -0400)]
gnu: Add emacs-scel.

* gnu/packages/emacs.scm (emacs-scel): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
6 years agognu: Add emacs-howm.
Maxim Cournoyer [Sat, 31 Mar 2018 04:22:24 +0000 (00:22 -0400)]
gnu: Add emacs-howm.

* gnu/packages/emacs.scm (emacs-howm): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
6 years agognu: linux-libre: Update to 4.16.7.
Mark H Weaver [Thu, 3 May 2018 05:34:03 +0000 (01:34 -0400)]
gnu: linux-libre: Update to 4.16.7.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.7.
(%linux-libre-hash): Update hash.

6 years agognu: linux-libre@4.14: Update to 4.14.39.
Mark H Weaver [Thu, 3 May 2018 05:33:01 +0000 (01:33 -0400)]
gnu: linux-libre@4.14: Update to 4.14.39.

* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.39.
(%linux-libre-4.14-hash): Update hash.

6 years agognu: linux-libre@4.9: Update to 4.9.98.
Mark H Weaver [Thu, 3 May 2018 05:32:19 +0000 (01:32 -0400)]
gnu: linux-libre@4.9: Update to 4.9.98.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.98.

6 years agognu: linux-libre@4.4: Update to 4.4.131.
Mark H Weaver [Thu, 3 May 2018 05:31:04 +0000 (01:31 -0400)]
gnu: linux-libre@4.4: Update to 4.4.131.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.131.

6 years agognu: znc: Use @dfn in description.
Tobias Geerinckx-Rice [Wed, 2 May 2018 19:29:08 +0000 (21:29 +0200)]
gnu: znc: Use @dfn in description.

* gnu/packages/messaging.scm (znc)[description]: Use @dfn.

6 years agognu: znc: Update to 1.7.0.
Tobias Geerinckx-Rice [Wed, 2 May 2018 19:27:51 +0000 (21:27 +0200)]
gnu: znc: Update to 1.7.0.

* gnu/packages/messaging.scm (znc): Update to 1.7.0.
[native-inputs]: Replace GOOGLETEST source input with a newer git checkout.
[arguments]: Adjust the ‘unpack-googletest’ phase accordingly.
Add ‘--with-gmock=...’ to #:configure-flags.

6 years agognu: ruby-lumberjack: Update to 1.0.13.
Tobias Geerinckx-Rice [Wed, 2 May 2018 21:35:56 +0000 (23:35 +0200)]
gnu: ruby-lumberjack: Update to 1.0.13.

* gnu/packages/ruby.scm (ruby-lumberjack): Update to 1.0.13.

6 years agognu: ruby-fivemat: Update to 1.3.6.
Tobias Geerinckx-Rice [Wed, 2 May 2018 20:18:54 +0000 (22:18 +0200)]
gnu: ruby-fivemat: Update to 1.3.6.

* gnu/packages/ruby.scm (ruby-fivemat): Update to 1.3.6.

6 years agognu: ruby-eventmachine: Update to 1.2.6.
Tobias Geerinckx-Rice [Wed, 2 May 2018 19:53:46 +0000 (21:53 +0200)]
gnu: ruby-eventmachine: Update to 1.2.6.

* gnu/packages/ruby.scm (ruby-eventmachine): Update to 1.2.6.

6 years agognu: Add emacs-company-restclient.
Oleg Pykhalov [Wed, 2 May 2018 16:15:21 +0000 (19:15 +0300)]
gnu: Add emacs-company-restclient.

* gnu/packages/emacs.scm (emacs-company-restclient): New public variable.

6 years agognu: Add emacs-git-auto-commit-mode.
Oleg Pykhalov [Wed, 2 May 2018 16:15:15 +0000 (19:15 +0300)]
gnu: Add emacs-git-auto-commit-mode.

* gnu/packages/emacs.scm (emacs-git-auto-commit-mode): New public variable.

6 years agognu: Add emacs-stickyfunc-enhance.
Oleg Pykhalov [Wed, 2 May 2018 16:14:59 +0000 (19:14 +0300)]
gnu: Add emacs-stickyfunc-enhance.

* gnu/packages/emacs.scm (emacs-stickyfunc-enhance): New public variable.

6 years agognu: Add emacs-eros.
Oleg Pykhalov [Wed, 2 May 2018 16:14:51 +0000 (19:14 +0300)]
gnu: Add emacs-eros.

* gnu/packages/emacs.scm (emacs-eros): New public variable.

6 years agognu: Add emacs-sml-mode.
Oleg Pykhalov [Wed, 2 May 2018 16:14:37 +0000 (19:14 +0300)]
gnu: Add emacs-sml-mode.

* gnu/packages/emacs.scm (emacs-sml-mode): New public variable.

6 years agognu: Add emacs-slime-company.
Oleg Pykhalov [Wed, 2 May 2018 16:14:13 +0000 (19:14 +0300)]
gnu: Add emacs-slime-company.

* gnu/packages/emacs.scm (emacs-slime-company): New public variable.

6 years agognu: Add emacs-dashboard.
Oleg Pykhalov [Wed, 2 May 2018 16:13:59 +0000 (19:13 +0300)]
gnu: Add emacs-dashboard.

* gnu/packages/emacs.scm (emacs-dashboard): New public variable.

6 years agognu: Add emacs-highlight-escape-sequences.
Oleg Pykhalov [Wed, 2 May 2018 16:13:53 +0000 (19:13 +0300)]
gnu: Add emacs-highlight-escape-sequences.

* gnu/packages/emacs.scm (emacs-highlight-escape-sequences): New public
  variable.

6 years agognu: Add emacs-on-screen.
Oleg Pykhalov [Wed, 2 May 2018 16:13:46 +0000 (19:13 +0300)]
gnu: Add emacs-on-screen.

* gnu/packages/emacs.scm (emacs-on-screen): New public variable.

6 years agognu: Add emacs-wordgen.
Oleg Pykhalov [Wed, 2 May 2018 16:13:29 +0000 (19:13 +0300)]
gnu: Add emacs-wordgen.

* gnu/packages/emacs.scm (emacs-wordgen): New public variable.

6 years agognu: Add emacs-ido-vertical-mode.
Oleg Pykhalov [Wed, 2 May 2018 16:13:23 +0000 (19:13 +0300)]
gnu: Add emacs-ido-vertical-mode.

* gnu/packages/emacs.scm (emacs-ido-vertical-mode): New public variable.

6 years agognu: Add emacs-irfc.
Oleg Pykhalov [Wed, 2 May 2018 16:13:14 +0000 (19:13 +0300)]
gnu: Add emacs-irfc.

* gnu/packages/emacs.scm (emacs-irfc): New public variable.

6 years agognu: Add emacs-stumpwm-mode.
Oleg Pykhalov [Wed, 2 May 2018 16:13:07 +0000 (19:13 +0300)]
gnu: Add emacs-stumpwm-mode.

* gnu/packages/emacs.scm (emacs-stumpwm-mode): New public variable.

6 years agognu: Add emacs-helm-eww.
Oleg Pykhalov [Wed, 2 May 2018 16:12:52 +0000 (19:12 +0300)]
gnu: Add emacs-helm-eww.

* gnu/packages/emacs.scm (emacs-helm-eww): New public variable.

6 years agognu: Add emacs-parinfer-mode.
Oleg Pykhalov [Wed, 2 May 2018 16:12:45 +0000 (19:12 +0300)]
gnu: Add emacs-parinfer-mode.

* gnu/packages/emacs.scm (emacs-parinfer-mode): New public variable.

6 years agognu: Add emacs-highlight-defined.
Oleg Pykhalov [Wed, 2 May 2018 16:12:21 +0000 (19:12 +0300)]
gnu: Add emacs-highlight-defined.

* gnu/packages/emacs.scm (emacs-highlight-defined): New public variable.

6 years agognu: Add emacs-shift-number.
Oleg Pykhalov [Wed, 2 May 2018 16:12:14 +0000 (19:12 +0300)]
gnu: Add emacs-shift-number.

* gnu/packages/emacs.scm (emacs-shift-number): New public variable.

6 years agognu: Add emacs-interactive-align.
Oleg Pykhalov [Wed, 2 May 2018 16:12:07 +0000 (19:12 +0300)]
gnu: Add emacs-interactive-align.

* gnu/packages/emacs.scm (emacs-interactive-align): New public variable.

6 years agognu: Add emacs-helm-firefox.
Oleg Pykhalov [Wed, 2 May 2018 16:11:36 +0000 (19:11 +0300)]
gnu: Add emacs-helm-firefox.

* gnu/packages/emacs.scm (emacs-helm-firefox): New public variable.

6 years agognu: Add emacs-grep-context.
Oleg Pykhalov [Wed, 2 May 2018 16:11:11 +0000 (19:11 +0300)]
gnu: Add emacs-grep-context.

* gnu/packages/emacs.scm (emacs-grep-context): New public variable.

6 years agognu: Add emacs-racket-mode.
Oleg Pykhalov [Wed, 2 May 2018 16:11:05 +0000 (19:11 +0300)]
gnu: Add emacs-racket-mode.

* gnu/packages/emacs.scm (emacs-racket-mode): New public variable.

6 years agognu: Add emacs-faceup.
Oleg Pykhalov [Wed, 2 May 2018 16:10:35 +0000 (19:10 +0300)]
gnu: Add emacs-faceup.

* gnu/packages/emacs.scm (emacs-faceup): New public variable.

6 years agognu: Add emacs-visual-regexp.
Oleg Pykhalov [Wed, 2 May 2018 16:10:11 +0000 (19:10 +0300)]
gnu: Add emacs-visual-regexp.

* gnu/packages/emacs.scm (emacs-visual-regexp): New public variable.

6 years agognu: Add emacs-default-text-scale.
Oleg Pykhalov [Wed, 2 May 2018 16:10:02 +0000 (19:10 +0300)]
gnu: Add emacs-default-text-scale.

* gnu/packages/emacs.scm (emacs-default-text-scale): New public variable.

6 years agognu: Add emacs-rsw-elisp.
Oleg Pykhalov [Wed, 2 May 2018 16:09:55 +0000 (19:09 +0300)]
gnu: Add emacs-rsw-elisp.

* gnu/packages/emacs.scm (emacs-rsw-elisp): New public variable.

6 years agognu: Add emacs-darkroom.
Oleg Pykhalov [Wed, 2 May 2018 16:09:48 +0000 (19:09 +0300)]
gnu: Add emacs-darkroom.

* gnu/packages/emacs.scm (emacs-darkroom): New public variable.

6 years agognu: Add emacs-highlight-numbers.
Oleg Pykhalov [Wed, 2 May 2018 16:08:21 +0000 (19:08 +0300)]
gnu: Add emacs-highlight-numbers.

* gnu/packages/emacs.scm (emacs-highlight-numbers): New public variable.

6 years agognu: Add emacs-auto-yasnippet.
Oleg Pykhalov [Wed, 2 May 2018 16:08:14 +0000 (19:08 +0300)]
gnu: Add emacs-auto-yasnippet.

* gnu/packages/emacs.scm (emacs-auto-yasnippet): New public variable.

6 years agognu: Add emacs-academic-phrases.
Oleg Pykhalov [Wed, 2 May 2018 16:08:07 +0000 (19:08 +0300)]
gnu: Add emacs-academic-phrases.

* gnu/packages/emacs.scm (emacs-academic-phrases): New public variable.

6 years agognu: Add emacs-lice-el.
Oleg Pykhalov [Wed, 2 May 2018 16:08:01 +0000 (19:08 +0300)]
gnu: Add emacs-lice-el.

* gnu/packages/emacs.scm (emacs-lice-el): New public variable.

6 years agognu: Add emacs-dumb-jump.
Oleg Pykhalov [Wed, 2 May 2018 16:07:54 +0000 (19:07 +0300)]
gnu: Add emacs-dumb-jump.

* gnu/packages/emacs.scm (emacs-dumb-jump): New public variable.

6 years agognu: Add emacs-f3.
Oleg Pykhalov [Wed, 2 May 2018 16:07:46 +0000 (19:07 +0300)]
gnu: Add emacs-f3.

* gnu/packages/emacs.scm (emacs-f3): New public variable.

6 years agognu: Add emacs-magit-org-todos-el.
Oleg Pykhalov [Wed, 2 May 2018 16:07:11 +0000 (19:07 +0300)]
gnu: Add emacs-magit-org-todos-el.

* gnu/packages/emacs.scm (emacs-magit-org-todos-el): New public variable.

6 years agognu: Add emacs-emms-player-simple-mpv.
Oleg Pykhalov [Wed, 2 May 2018 16:07:01 +0000 (19:07 +0300)]
gnu: Add emacs-emms-player-simple-mpv.

* gnu/packages/emacs.scm (emacs-emms-player-simple-mpv): New public variable.

6 years agognu: Add emacs-benchmark-init.
Oleg Pykhalov [Wed, 2 May 2018 16:06:22 +0000 (19:06 +0300)]
gnu: Add emacs-benchmark-init.

* gnu/packages/emacs.scm (emacs-benchmark-init): New public variable.

6 years agognu: Add emacs-suggest.
Oleg Pykhalov [Wed, 2 May 2018 16:06:08 +0000 (19:06 +0300)]
gnu: Add emacs-suggest.

* gnu/packages/emacs.scm (emacs-suggest): New public variable.

6 years agognu: Add emacs-logview.
Oleg Pykhalov [Wed, 2 May 2018 16:05:57 +0000 (19:05 +0300)]
gnu: Add emacs-logview.

* gnu/packages/emacs.scm (emacs-logview): New public variable.