Jelle Licht
b96f0e6ff9
gnu: emacs-ghub: Update to 3.2.0.
...
* gnu/packages/emacs.scm (emacs-ghub): Update to 3.2.0.
[source]: Use 'git-fetch'.
[propagated-inputs]: Add emacs-dash, emacs-graphql,
emacs-let-alist, emacs-treepy.
2019-01-09 22:40:32 +01:00
Jelle Licht
9bc7dd62b4
gnu: emacs-magit-popup: Update to 2.12.5.
...
* gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.5.
2019-01-09 22:40:25 +01:00
Jelle Licht
8d59ef68cb
gnu: emacs-with-editor: Update to 2.8.0.
...
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.8.0.
[source]: Use 'git-fetch'.
2019-01-09 22:40:13 +01:00
Jelle Licht
5b07f06804
gnu: Add emacs-graphql.
...
* gnu/packages/emacs.scm (emacs-graphql): New variable.
2019-01-09 22:40:02 +01:00
Jelle Licht
abb8dff054
gnu: Add emacs-treepy.
...
* gnu/packages/emacs.scm (emacs-treepy): New variable.
2019-01-09 22:38:22 +01:00
Jelle Licht
56c50c71b5
gnu: emacs-emacsql: Update to 3.0.0.
...
* gnu/packages/emacs.scm (emacs-emacsql): Update to 3.0.0.
[source]: Use 'git-fetch'.
[arguments]: Remove unnecessary fix.
2019-01-09 22:38:06 +01:00
Jelle Licht
d4e915f9b5
gnu: emacs-closql: Update to 1.0.0.
...
* gnu/packages/emacs.scm (emacs-closql): Update to 1.0.0.
[source]: Use 'git-fetch'.
2019-01-09 22:37:52 +01:00
Tim Gesthuizen
037c3b0ea2
gnu: emacs-irony-mode: Remove propagated input
...
emacs-irony-mode finds its server binary because its a propagated input and is
in the path. We can substitute the variable `irony-server-install-prefix` to
not propagate the input and keep the binary isolated from the user.
* gnu/packages/emacs.scm (emacs-irony-mode):
[propagated-inputs] Remove propagated inputs
[inputs] Add emacs-irony-mode-server
[arguments] Add phase substituting the variable of the server path
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-01-09 18:47:57 +01:00
Tim Gesthuizen
ecf7e4ea43
gnu: emacs-ggtags: Don't require GNU Global in path
...
emacs-ggtags relies on the GNU Global tools (global and gtags) to be available
in the path. This way it will grab some random executable if it will find
executables at all.
This is fixed by setting the prefix to GNU Global in the store. This way
emacs-ggtags will use specific deterministic executables.
* gnu/packages/emacs.scm (emacs-ggtags):
[inputs]: Add GNU Global to the inputs
[arguments]: Add a phase for substituting the right path to the executables
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-01-09 18:47:57 +01:00
Brett Gilio
25a0ffbf27
gnu: emacs-md4rd: Update to c55512c.
...
* gnu/packages/emacs.scm (emacs-md4rd): Update to c55512c.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-01-09 18:47:56 +01:00
Alex Kost
912f0541a3
gnu: emacs-guix: Update to 0.5.1.1.
...
* gnu/packages/emacs.scm (emacs-guix): Update to 0.5.1.1.
2019-01-07 22:52:46 +03:00
Ricardo Wurmus
576e74eee8
gnu: emacs-ess: Move to (gnu packages statistics).
...
* gnu/packages/emacs.scm (emacs-ess): Move from here...
* gnu/packages/statistics.scm (emacs-ess): ...to here.
2019-01-07 15:55:06 +01:00
Ludovic Courtès
67eebb19b7
gnu: Fix top-level circular references between emacs.scm and llvm.scm.
...
Previously, loading either of these two modules could fail somewhat
non-deterministically because each top-level was referencing a variable
defined by the other module's top-level.
* gnu/packages/emacs.scm (package-elisp-from-package): Move to...
* gnu/packages/llvm.scm (package-elisp-from-package): Here. Keep
private.
2019-01-07 15:09:30 +01:00
Pierre Neidhardt
e97b23e4bd
gnu: package-elisp-from-package: Clarify docstring.
...
* gnu/packages/emacs.scm (package-elisp-from-package)[docstring]: Clarify.
2019-01-07 14:45:21 +01:00
Tim Gesthuizen
7d5856bd45
gnu: Add package-elisp-from-package
...
Add a function to generate package definitions that packages single elisp
files from other packages.
* gnu/packages/emacs.scm (package-elisp-from-package): New function
2019-01-07 14:45:21 +01:00
Ludovic Courtès
6fd5a80dbe
gnu: Remove unnecessary build-side module imports.
...
* gnu/packages/batik.scm, gnu/packages/boost.scm,
gnu/packages/calendar.scm, gnu/packages/gl.scm,
gnu/packages/lua.scm, gnu/packages/qt.scm, gnu/packages/simulation.scm,
gnu/packages/terminals.scm: Remove unnecessary import of (guix build
utils).
* gnu/packages/emacs.scm: Remove unnecessary imports of (guix ...).
* gnu/packages/libcanberra.scm: Use (srfi srfi-1) instead of (guix build
utils) for 'alist-delete'.
* gnu/packages/wxwidgets.scm: Likewise.
2019-01-07 14:41:00 +01:00
Ludovic Courtès
db1eb632be
gnu: Move Emacs modes for Dedukti to ocaml.scm.
...
This removes OCaml-related modules from the closure of (gnu packages
emacs).
* gnu/packages/emacs.scm (emacs-dedukti-mode, emacs-flycheck-dedukti):
Move to ...
* gnu/packages/ocaml.scm: ... here.
2019-01-07 14:41:00 +01:00
Pierre Neidhardt
377038b8a2
gnu: emacs-evil-multiedit: Use version tag instead of commit.
...
* gnu/packages/emacs.scm (emacs-evil-multiedit): Use version tag instead of commit.
2019-01-06 13:22:09 +01:00
Maxim Cournoyer
d95d3d6224
gnu: emacs-diff-hl: Update to 1.8.5.
...
* gnu/packages/emacs.scm (emacs-diff-hl): Update to 1.8.5.
2019-01-05 21:38:34 -05:00
Danny Milosavljevic
df147c4fdb
gnu: emacs-magit-svn: Fix build.
...
* gnu/packages/emacs.scm (emacs-magit-svn): Replace ',name' by
'"emacs-magit-svn"'.
2019-01-03 10:30:23 +01:00
Efraim Flashner
d804a40a51
gnu: emacs-hydra: Update to 0.14.0.
...
* gnu/packages/emacs.scm (emacs-hydra): Update to 0.14.0.
2019-01-02 22:11:05 +02:00
Efraim Flashner
2e689c22b3
gnu: emacs-edit-indirect: Update to 0.1.5.
...
* gnu/packages/emacs.scm (emacs-edit-indirect): Update to 0.1.5.
[source]: Use 'git-fetch'.
2019-01-02 22:11:05 +02:00
Nicolas Goaziou
9c9c4fea1b
gnu: emacs-org-contrib: Update to 9.2.
...
* gnu/packages/emacs.scm (emacs-org-contrib): Update to 9.2.
[propagated-inputs]: Add missing inputs.
2019-01-01 18:23:15 +01:00
Nicolas Goaziou
e609114fde
gnu: org: Update to 9.2.
...
* gnu/packages/emacs.scm (emacs-org): Update to 9.2.
2019-01-01 18:22:46 +01:00
Nicolas Goaziou
15de7c58a5
gnu: Add emacs-arduino-mode.
...
* gnu/packages/emacs.scm (emacs-arduino-mode): New variable.
2019-01-01 18:10:29 +01:00
Maxim Cournoyer
e68bfcfda1
gnu: emacs-w3m: Fix build.
...
The previously (unofficial) Git repository mirror is no longer available, so
we fallback to using the official CVS repository.
Fixes issue 33938 (see: https://issues.guix.info/issue/33938 ).
* gnu/packages/emacs.scm (emacs-w3m)[origin]: Fetch the sources from the
official CVS repository.
2019-01-01 11:34:45 -05:00
Nicolas Goaziou
707a792dd6
gnu: emacs-matrix-client: Update to 5d8e959.
...
* gnu/packages/emacs.scm (emacs-matrix-client): Update to
5d8e959a63e5de05b628ca8e1dfb974f7f618821.
[propagated-inputs]: Add new inputs.
2018-12-31 17:50:04 +01:00
Nicolas Goaziou
e5939e5027
gnu: Add emacs-frame-purpose.
...
* gnu/packages/emacs.scm (emacs-frame-purpose): New variable.
2018-12-31 17:48:24 +01:00
Gabriel Hondet
ad536c98f9
gnu: Add emacs-flycheck-dedukti.
...
* gnu/packages/emacs.scm (emacs-flycheck-dedukti): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-12-27 09:19:15 +01:00
Gabriel Hondet
4a2e1e7280
gnu: Add emacs-dedukti-mode.
...
* gnu/packages/emacs.scm (emacs-dedukti-mode): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-12-27 09:18:31 +01:00
Alex Kost
1a1b54b5bd
gnu: emacs-guix: Update to 0.5.1.
...
* gnu/packages/emacs.scm (emacs-guix): Update to 0.5.1.
2018-12-23 22:49:12 +03:00
Mathieu Othacehe
4b33a74138
gnu: Add emacs-wordnut.
...
* gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add previous file.
* gnu/packages/emacs.scm (emacs-wordnut): New package.
2018-12-21 10:54:09 +01:00
Alex Kost
bc7743b99e
gnu: emacs-build-farm: Update to 0.2.2.
...
* gnu/packages/emacs.scm (emacs-build-farm): Update to 0.2.2.
2018-12-19 00:33:05 +03:00
Alex Kost
c7d67b894c
gnu: emacs-bui: Update to 1.2.1.
...
* gnu/packages/emacs.scm (emacs-bui): Update to 1.2.1.
2018-12-19 00:33:05 +03:00
Jelle Licht
232cc1001d
gnu: emacs-daemons: Update to 2.0.0.
...
* gnu/packages/emacs.scm (emacs-daemons): Update to 2.0.0.
2018-12-18 11:34:41 +01:00
Pierre Neidhardt
ad01ab1610
gnu: emacs-helpful: Update to 0.15.
...
* gnu/packages/emacs.scm (emacs-helpful): Update to 0.15.
2018-12-18 10:40:54 +01:00
Pierre Neidhardt
809b959680
gnu: emacs-evil-collection: Update to 20181218.
...
* gnu/packages/emacs.scm (emacs-evil-collection): Update to 20181218.
2018-12-18 09:33:05 +01:00
Arun Isaac
7101196448
gnu: emacs-tracking: Enable tests.
...
* gnu/packages/emacs.scm (emacs-tracking)[arguments]: Append to arguments
inherited from emacs-circe, instead of overwriting them.
2018-12-16 23:56:07 +05:30
Arun Isaac
665f459118
gnu: emacs-circe: Enable tests.
...
* gnu/packages/emacs.scm (emacs-circe)[arguments]: Enable tests. Set
test-command. Add set-home phase.
[native-inputs]: Add emacs-buttercup.
2018-12-16 23:56:07 +05:30
Arun Isaac
04eb2645bd
gnu: Add emacs-buttercup.
...
* gnu/packages/emacs.scm (emacs-buttercup): New variable.
2018-12-16 23:55:59 +05:30
Feng Shu
da19696ec6
gnu: emacs-switch-window: Update to 1.6.2.
...
* gnu/packages/emacs.scm (emacs-switch-window): Update to 1.6.2.
[source]: Use git-fetch.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-12-15 11:52:35 +05:30
Feng Shu
1827e8db93
gnu: emacs-pyim: Update to 1.8.
...
* gnu/packages/emacs.scm (emacs-pyim): Update to 1.8.
[source]: Use git-fetch.
[propagated-inputs]: Remove emacs-pos-tip. Add emacs-posframe.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-12-15 11:52:35 +05:30
Feng Shu
4803ce1d6c
gnu: Add emacs-posframe.
...
* gnu/packages/emacs.scm (emacs-posframe): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-12-15 11:52:35 +05:30
Feng Shu
0a2872eeaa
gnu: emacs-exwm-x: Update to 1.9.0.
...
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.9.0.
[source]: Use git-fetch.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-12-15 11:52:21 +05:30
Mathieu Lirzin
99aad42138
gnu: emacs-cider: Update to 0.18.0.
...
* gnu/packages/emacs.scm (emacs-cider): Update to 0.18.0.
[source]: Use git-fetch.
[propagated-inputs]: Add emacs-sesman.
[home-page]: Update URI.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-12-11 23:08:37 +05:30
Mathieu Lirzin
2165ea1d1c
gnu: Add emacs-sesman.
...
* gnu/packages/emacs.scm (emacs-sesman): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-12-11 23:08:37 +05:30
Maxim Cournoyer
88c7cf8499
gnu: emacs-elpy: Update to 1.27.0.
...
* gnu/packages/emacs.scm (emacs-elpy): Update to 1.27.0.
2018-12-09 16:18:19 -05:00
Diego Nicola Barbato
814652b41f
gnu: emacs-exwm: Update to 0.21.
...
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.21.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-12-07 18:30:39 +05:30
Tim Gesthuizen
f5a15a86b0
gnu: emacs-irony-mode: Fetch source using git.
...
* gnu/packages/emacs.scm (emacs-irony-mode)[source]: Rewrite in terms of GIT-FETCH.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-12-04 11:14:21 +01:00
Pierre Neidhardt
a03894416e
gnu: emacs-helm-company: Update to 0.2.3.
...
* gnu/packages/emacs.scm (emacs-helm-company): Update to 0.2.3.
2018-12-03 11:21:06 +01:00